public static enum UESICalRTException.E1F100 extends java.lang.Enum<UESICalRTException.E1F100> implements ErrorCode
Enum Constant and Description |
---|
M00
Reserved, common module exception.
|
M01
Unable to serialize iCalendar model.
|
M02
Unable to validate iCal model.
|
M03
Cannot set iCalendar account access state, the parameter UESiCalSetAccessState is null.
|
M04
Cannot set iCalendar account access state.
|
M05
Cannot set iCalendar account access state, the current logged user has no account.
|
M06
Cannot set credentials, the parameter UESiCalSetCredentials is null.
|
M07
Cannot set credentials, the current logged user ({0}) has no iCalendar account.
|
M08
Cannot delete data structure related to iCalendar publication for current logged user.
|
M09
Cannot create secured object in vault.
|
M10
Cannot update secured object in vault.
|
M11
Current implementation of service UESiCal requires that personal role of
authenticated user is used as main BDO of invoked operations.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends UESRuntimeException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static UESICalRTException.E1F100 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESICalRTException.E1F100[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESICalRTException.E1F100 c : UESICalRTException.E1F100.values()) System.out.println(c);
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullgetExceptionClass
in interface ErrorCode