public static enum UESMetaPermissionRTException.E05431 extends java.lang.Enum<UESMetaPermissionRTException.E05431> implements ServiceErrorCode
Enum Constant and Description |
---|
M00
Default message.
|
M01
Invalid input parameter templateUri. templateUri must be a valid UES URI of an existing template.
|
M02
Invalid input parameter authorityUri. authorityUri must be a valid UES URI of an existing role, group or implicit group.
|
M03
Invalid input parameter code.
|
M04
Invalid input parameter data.
|
M05
Invalid format permissions.
|
M06
Invalid usecase {0}.
|
M07
Invalid cast level {1} for use case {0}.
|
M09
Invalid parameter all or data.
|
M10
Unable to remove all parameters.
|
M11
Unable to load data.
|
M12
Invalid input parameter requestedMimeType.
|
M16
Invalid input parameter JSON data.
|
M17
Invalid input parameter CSV data.
|
M18
Attribute
authorityUri must not be null. |
M19
Attribute
metaPermission must not be null. |
M20
Attribute
options must not be null. |
M21
Invalid input parameter maskUri.
|
M22
Invalid input parameter metaArtifactUri.
|
M23
Invalid input parameter entityUri.
|
M24
Invalid input parameter data.
|
M26
Unable to delete default mask.
|
M27
Unable to unset default mask.
|
M28
Invalid input parameter systemGroupUri.
|
M29
Invalid name of permissions mask.
|
M30
Failed to convert string value to instance of type UESMetaPermissionMimeType.
|
M31
Invalid input parameter name.
|
M32
Invalid input parameter name.
|
M33
Invalid input parameter JSON data.
|
M34
Invalid input parameter JSON data.
|
M35
Invalid input parameter JSON labels.
|
M36
Invalid input parameter labels.
|
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 UESMetaPermissionRTException.E05431 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESMetaPermissionRTException.E05431[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
authorityUri
must not be null.metaPermission
must not be null.options
must not be null.for (UESMetaPermissionRTException.E05431 c : UESMetaPermissionRTException.E05431.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 nullErrorCode
getExceptionClass
in interface ErrorCode
ServiceErrorCode
getMessage
in interface ServiceErrorCode