public static enum UESRoleRTException.E10B10 extends java.lang.Enum<UESRoleRTException.E10B10> implements ServiceErrorCode
| Enum Constant and Description | 
|---|
M00
Default message. 
 | 
M01
Invalid input parameter metaArtifactUri. metaArtifactUri must be a valid UES URI of an existing meta artifact for creating roles. 
 | 
M02
Invalid input parameter roleUri. roleUri must be a valid UES URI of an existing role. 
 | 
M03
Invalid input parameter roleUri. roleUri must be a valid UES URI of an existing role. 
 | 
M04
Input parameter searchableInTerritory must be set. 
 | 
M05
Input parameter searchableAcrossTerritories must be set. 
 | 
M06
Competent role {0} must not be from an organizational unit subordinate to created role {1} organizational unit. 
 | 
M07
User must have greater or same security level then security level of the object 
 | 
M08
Cannot delete the role. 
 | 
M09
Cannot delete the role. 
 | 
M10
Cannot delete the role. 
 | 
M11
Cannot delete the role. 
 | 
M12
Cannot delete the role. 
 | 
M13
Cannot delete the role. 
 | 
M14
Cannot delete the role. 
 | 
M15
Cannot delete the role. 
 | 
M16
Cannot delete the role. 
 | 
M17
Cannot delete the role. 
 | 
M18
Cannot delete the role. 
 | 
M19
Input parameter territorySwitchVisible must be set. 
 | 
M20
Invalid input parameter roleInterfaceUri. roleInterfaceUri must be a valid UES URI of an existing role interface. 
 | 
M21
Invalid parameter roleInterfaceUri. roleInterfaceUri and roleUri must be in the same territory. 
 | 
M22
Cannot connect role to the role interface. 
 | 
M23
Cannot connect role to the role interface. 
 | 
M24
Cannot disconnect role interface which is not connected. 
 | 
M25
Cannot connect role interface to role. 
 | 
M26
Failed to delete lock for specified role. 
 | 
M27
Competent role {0} must not be from an organizational unit subordinate to created role organizational unit. 
 | 
M28
Cannot delete the 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 UESRoleRTException.E10B10 | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static UESRoleRTException.E10B10[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
for (UESRoleRTException.E10B10 c : UESRoleRTException.E10B10.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