public static enum UESGroupRTException.E10B20 extends java.lang.Enum<UESGroupRTException.E10B20> 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 groups. 
 | 
M02
Invalid input parameter GroupUri. 
 | 
M03
Invalid input parameter GroupUri. groupUri must be a valid UES URI of an existing group. 
 | 
M04
Input parameter searchableInTerritory must be set. 
 | 
M06
Cannot create the group. 
 | 
M07
Cannot delete the group. 
 | 
M08
Cannot delete the group. 
 | 
M09
Cannot delete the group. 
 | 
M10
Cannot delete the group. 
 | 
M11
Cannot delete the group. 
 | 
M12
Invalid value of security level. 
 | 
M13
One of subrole URIs is pointing on object which is not Role or GroupRole 
 | 
M14
One of subrole URIs is pointing on Role which is not casted to given GroupRole 
 | 
M15
Invalid input parameter groupRoleUri; groupRoleUri must be a valid UES URI of existing group which has delegated activities. 
 | 
M16
Input parameter groupRoleUri must have casted roles. 
 | 
M17
Role contained in the input parameter group. 
 | 
M18
Role contained in the input parameter group. 
 | 
M19
Invalid input role; role must be a valid UES URI of existing role. 
 | 
M20
Invalid input group, group must be a valid UES URI of existing group role. 
 | 
M21
Invalid input parameter roleInterfaceUri. roleInterfaceUri must be a valid UES URI of an existing role interface. 
 | 
M22
Invalid parameter roleInterfaceUri. roleInterfaceUri and groupUri must be in the same territory. 
 | 
M23
Cannot connect group to the role interface. 
 | 
M24
Cannot connect group to the role interface. 
 | 
M25
Cannot remove role interface from group. 
 | 
M26
Cannot connect role interface to group. 
 | 
| 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 UESGroupRTException.E10B20 | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static UESGroupRTException.E10B20[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
for (UESGroupRTException.E10B20 c : UESGroupRTException.E10B20.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