public static enum UESUUEERTException.E10B33 extends java.lang.Enum<UESUUEERTException.E10B33> implements ServiceErrorCode
Enum Constant and Description |
---|
M00
Default Message.
|
M01
Invalid main entity.
|
M02
Invalid parameter appCode.
|
M03 |
M04
Invalid input parameter metaArtifactUri.
|
M05
uuEE must not be null.
|
M06
Invalid URI of uuEE. uuEE was not created correctly.
|
M07
Input parameter searchableInTerritory must be set.
|
M08
Competent role must not be from an organizational unit subordinate to created role organizational unit.
|
M09
Invalid parameter accessCode1.
|
M10
Invalid access codes.
|
M11
Invalid new access codes.
|
M12
Invalid new access code 1.
|
M13
Invalid new access code 2.
|
M14
Invalid new access code 2.
|
M15
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 UESUUEERTException.E10B33 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESUUEERTException.E10B33[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESUUEERTException.E10B33 c : UESUUEERTException.E10B33.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
ErrorCode
getExceptionClass
in interface ErrorCode