public static enum UESBasicGroupRTException.E10B21 extends java.lang.Enum<UESBasicGroupRTException.E10B21> implements ServiceErrorCode
| Enum Constant and Description |
|---|
M00
Default message.
|
M01
Invalid main entity.
|
M02
Wrong basic group type name, allowed ones are: AUTHORITIES, AUDITORS, EXECUTIVES, READERS.
|
M03
Cannot create basic group.
|
M04
Cannot create basic group.
|
M05
Invalid input parameter basic_group_type.
|
M06
Invalid input parameter name.
|
M07
Invalid input parameter name.
|
M08
Invalid input parameter code {0}.
|
M09
Invalid input parameter code.
|
M10
Invalid input parameter description.
|
M11
Invalid input parameter description.
|
M12
Invalid input parameter security_level.
|
M13
???
|
M14
Invalid input parameter iconUri. iconUri must be a valid UESURI of an existing icon.
|
M15
Invalid main entity.
|
M16
Cannot delete the basic group.
|
M17
Invalid input parameter artifact_interface_code {0}.
|
M18
Cannot add artifact interface code ({0}).
|
M19
Invalid input parameter artifact_interface_code.
|
M20
Cannot remove artifact interface ({0}).
|
M21
Cannot remove artifact interface ({0}).
|
M22
Cannot remove artifact interface ({0}).
|
M23
Cannot remove artifact interface ({0}).
|
M24
Invalid main entity.
|
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
message |
| 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 UESBasicGroupRTException.E10B21 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESBasicGroupRTException.E10B21[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESBasicGroupRTException.E10B21 c : UESBasicGroupRTException.E10B21.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 nullErrorCodegetExceptionClass in interface ErrorCodeServiceErrorCodegetMessage in interface ServiceErrorCode