public static enum UESAccessRoleValidationRTException.E10B31 extends java.lang.Enum<UESAccessRoleValidationRTException.E10B31> implements ErrorCode
Enum Constant and Description |
---|
M00
Default message.
|
M01
AccessRole must not be null.
|
M02
LocationURI must be a valid UES URI of an existing container (folder, organizational unit, territory, meta model).
|
M03
MetaArtifactUri must not be null.
|
M04
MetaArtifactUri must be a valid UES URI of an existing meta artifact for creating access roles."
|
M05
First name must not be empty.
|
M06
Surname must not be empty.
|
M07
Universe Id must not be empty.
|
M08
Code must not be empty.
|
M09
Role interface DTO must not be null.
|
M10
RoleInterfaceUri must not be null.
|
M11
Role disconnect interface DTO must not be null.
|
M12
First name must not be null.
|
M13
Surname must not null.
|
M14
Universe Id must not be null.
|
M15
Code must not be null.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends UESRuntimeException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static UESAccessRoleValidationRTException.E10B31 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESAccessRoleValidationRTException.E10B31[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESAccessRoleValidationRTException.E10B31 c : UESAccessRoleValidationRTException.E10B31.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