public static enum UESICalRTException.E1F100 extends java.lang.Enum<UESICalRTException.E1F100> implements ErrorCode
| Enum Constant and Description | 
|---|
| M00Reserved, common module exception. | 
| M01Unable to serialize iCalendar model. | 
| M02Unable to validate iCal model. | 
| M03Cannot set iCalendar account access state, the parameter UESiCalSetAccessState is null. | 
| M04Cannot set iCalendar account access state. | 
| M05Cannot set iCalendar account access state, the current logged user has no account. | 
| M06Cannot set credentials, the parameter UESiCalSetCredentials is null. | 
| M07Cannot set credentials, the current logged user ({0}) has no iCalendar account. | 
| M08Cannot delete data structure related to iCalendar publication for current logged user. | 
| M09Cannot create secured object in vault. | 
| M10Cannot update secured object in vault. | 
| M11Current 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