public static enum UESCastRTException.E10B14 extends java.lang.Enum<UESCastRTException.E10B14> implements ServiceErrorCode
| Enum Constant and Description | 
|---|
M00
Default message. 
 | 
M01
Invalid main entity. 
 | 
M02
Invalid parameter castedSubjectUri. castedSubjectUri ({0}) must be a valid UES URI of an existing subject. 
 | 
M03
Invalid parameter castedSubjectUri. 
 | 
M04
Invalid parameter primary. 
 | 
M05
Invalid parameter primary. 
 | 
M06
Unable to update cast. 
 | 
M07
Invalid parameter primary. 
 | 
M08
Invalid parameter state. 
 | 
M09
Invalid parameter castedSubjectUri. castedSubjectUri ({0}) must be of the same territory as main entity ({1}). 
 | 
M10
Invalid main entity. 
 | 
M11
Invalid parameter castedSubjectUri. castedSubjectUri ({0}) must not be group. 
 | 
M12
Invalid parameter castedSubjectUri. 
 | 
M13
Invalid parameter castedSubjectUri. castedSubjectUri ({0}) must be UES URI belonging to the role in active state. 
 | 
M14
Invalid parameter castedSubjectUri. 
 | 
M15
Invalid parameter castedSubjectUri. castedSubjectUri ({0}) must not be same as main entity ({1}). 
 | 
M16
Invalid parameter level. 
 | 
M17
Invalid parameter castedSubjectUri. 
 | 
M18
Invalid parameter subjectUri. 
 | 
M19
Invalid parameter subjectUri. 
 | 
M20
Invalid parameter subjectUri. 
 | 
M21
Invalid parameter primary. 
 | 
M22
Invalid parameter primary. 
 | 
M23
Invalid parameter dateTo. 
 | 
M24
Invalid parameter recursive. 
 | 
M25
Invalid main entity. 
 | 
M26
Invalid main entity. 
 | 
M27
Invalid parameter visible. 
 | 
M28
Invalid parameter visible. 
 | 
M29
Invalid parameter level. 
 | 
M30
Invalid parameter level. 
 | 
M31
Invalid Date format. 
 | 
M32
Invalid parameter executive. 
 | 
M33
Failed to get cast history list. 
 | 
M34
Failed to process the command. 
 | 
M35
The number of casts found has exceeded the allowed limit. 
 | 
M36
Invalid parameter castedSubjectUniverseId. 
 | 
M39
Invalid parameter territoryUri. 
 | 
M40
Invalid parameter castSubjectUri. 
 | 
M41
Invalid parameter castSubjectUniverseId. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private java.lang.String | 
msg  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class<? extends UESRuntimeException> | 
getExceptionClass()
Returns class of exception which is owner of this error code. 
 | 
java.lang.String | 
getMessage()
Gets a message related to the error code. 
 | 
static UESCastRTException.E10B14 | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static UESCastRTException.E10B14[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
for (UESCastRTException.E10B14 c : UESCastRTException.E10B14.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 nullServiceErrorCodegetMessage in interface ServiceErrorCodegetExceptionClass in interface ErrorCode