public static enum UESAccessRoleRTException.E10B30 extends java.lang.Enum<UESAccessRoleRTException.E10B30> implements ServiceErrorCode
| Enum Constant and Description | 
|---|
M00
Default Message. 
 | 
M01
Invalid main entity. 
 | 
M02
Invalid URI of access role. 
 | 
M03
Invalid input parameter accessRole. roleUri must be a valid UES URI of an existing access role. 
 | 
M04
Invalid input parameter securityLevel. 
 | 
M05
Invalid input parameter metaArtifactUri. 
 | 
M06
Input parameter searchableInTerritory must be set. 
 | 
M07
Competent role must not be from an organizational unit subordinate to created role organizational unit. 
 | 
M09
Invalid parameter UID. 
 | 
M10
Invalid parameter roleInterfaceUri. roleInterfaceUri and roleUri must be in the same territory. 
 | 
M11
Invalid input parameter roleInterfaceUri. roleInterfaceUri must be a valid UES URI of an existing role interface. 
 | 
M12
Invalid input parameter roleInterfaceUri. 
 | 
M13
Invalid parameter UID. 
 | 
M14
Invalid input parameter roleInterfaceUri. 
 | 
M15
Cannot connect role interface to access role. 
 | 
M16
Invalid parameter UID. 
 | 
M17
Invalid main entity. 
 | 
M18
UID set as parameter in the query doesn't correspond to any existing personal role. 
 | 
| 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 UESAccessRoleRTException.E10B30 | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static UESAccessRoleRTException.E10B30[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
for (UESAccessRoleRTException.E10B30 c : UESAccessRoleRTException.E10B30.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 ServiceErrorCodeErrorCodegetExceptionClass in interface ErrorCode