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.
|
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 nullServiceErrorCode
getMessage
in interface ServiceErrorCode
getExceptionClass
in interface ErrorCode