public static enum UESPermissionRTException.E05430 extends java.lang.Enum<UESPermissionRTException.E05430> implements ServiceErrorCode
| Enum Constant and Description |
|---|
M00
Default message.
|
M01
Invalid input parameter entityUri. entityUri must be a valid UES URI of an existing artifact.
|
M02
Invalid input parameter authorityUri. authorityUri must be a valid UES URI of an existing role, group or implicit group.
|
M03
Invalid input parameter maskUri. maskUri must be a valid UES URI of an existing permission mask.
|
M04
Invalid input parameter data.
|
M05
Invalid format permissions.
|
M06
Invalid usecase {0}.
|
M07
Invalid cast level {1} for use case {0}.
|
M08
Invalid name of permissions mask.
|
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
permission must not be null. |
M20
Attribute
options must not be null. |
M21
Invalid input parameter artifactUri. artifactUri must be a valid UES URI of an existing artifact.
|
M22
Invalid input parameter authorityUri. authorityUri must be a valid UES URI of an existing role, group or implicit group.
|
M23
Mask revision number is out of range.
|
M24
Concurrent access problem.
|
M25
Use case is not exist for this entity
|
| 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 UESPermissionRTException.E05430 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESPermissionRTException.E05430[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
authorityUri must not be null.permission must not be null.options must not be null.for (UESPermissionRTException.E05430 c : UESPermissionRTException.E05430.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