public static enum UESPersonalRoleRTException.E1D010 extends java.lang.Enum<UESPersonalRoleRTException.E1D010> implements ServiceErrorCode
Enum Constant and Description |
---|
M00
Default message.
|
M01
Invalid input parameter personalRoleUri.
|
M02
Invalid input parameter personalRoleUri.
|
M03
Preferred territory of personal role is unavailable.
|
M04
Invalid input parameter query.
|
M05
Permission denied to read value of property {0}.
|
M06
Invalid input parameter language.
|
M07
Invalid notifications email value.
|
M10
Invalid notifications email value.
|
M11
Invalid notifications rule value.
|
M12
Invalid notifications rule value.
|
M13
Invalid parameter bookmarks_location_uri.
|
M14
Invalid parameter bookmarks_location_uri.
|
M15
Invalid parameter portlets_mode.
|
M16
Invalid parameter portlets_mobile_mode.
|
M17
Invalid parameter portlets.
|
M18
Invalid parameter portlets.
|
M19
Invalid parameter portlets_mode.
|
M20
Failed to remove account because there is no account with such Id.
|
M21
Failed to remove account because the remove operation is not supported for the account type.
|
M22
Invalid parameter metaArtifactUri.
|
M23
Invalid parameter competentRoleUri.
|
M24
Invalid new access code 1.
|
M25
Failed to create Personal Role.
|
M26
Failed to relocate Personal Role.
|
M27
Invalid parameter locationUri.
|
M28
Invalid parameter locationUri.
|
M29
Invalid parameter locationUri.
|
M30
Invalid parameter locationUri.
|
M31
Failed to relocate Personal Role.
|
M32
Failed to relocate Personal Role.
|
M33
Failed to relocate Personal Role.
|
M34
Invalid parameter locationUri.
|
M35
Invalid parameter personalRoleUri.
|
M36
Invalid access codes.
|
M37
Invalid new access codes.
|
M38
Invalid new access code 1.
|
M39
Invalid new access code 2.
|
M40
Invalid new access code 2.
|
M41
Invalid parameter preferred_territory_uri.
|
M42
Invalid parameter preferred_territory_uri.
|
M43
Invalid parameter preferred_role_uri.
|
M44
Invalid parameter preferred_role_uri.
|
M45
Invalid parameter preferred_role_uri.
|
M46
Invalid parameter preferred_territory_uri.
|
M47
Invalid parameter preferred_role_uri.
|
M48
Invalid parameter universeID.
|
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 UESPersonalRoleRTException.E1D010 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESPersonalRoleRTException.E1D010[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESPersonalRoleRTException.E1D010 c : UESPersonalRoleRTException.E1D010.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