public static enum UESRequestRTException.E12000 extends java.lang.Enum<UESRequestRTException.E12000> implements ServiceErrorCode
Enum Constant and Description |
---|
M00
Reserved.
|
M01
Invalid input parameter requestUri. requestUri must be a valid UES
URI of an existing request.
|
M02
User must have greater or same security level then security level of
the object.
|
M03
Invalid main entity.
|
M04
Invalid main entity ({0}).
|
M05
Invalid main entity ({0}).
|
M06
Invalid main entity ({0}).
|
M07
Invalid main entity ({0}).
|
M08
Invalid main entity ({0}).
|
M09
Invalid parameter code.
|
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
msg |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<UESRequestRTException> |
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 UESRequestRTException.E12000 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESRequestRTException.E12000[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESRequestRTException.E12000 c : UESRequestRTException.E12000.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 nullgetMessage
in interface ServiceErrorCode
getExceptionClass
in interface ErrorCode