public static enum UESAuthorizationServiceRTException.E05401 extends java.lang.Enum<UESAuthorizationServiceRTException.E05401> implements ErrorCode
Enum Constant and Description |
---|
M00
Missing authorization token.
|
M01
No propagation type specified.
|
M02
No authorization mode specified.
|
M03
No access point specified.
|
M04
No entity specified.
|
M05
Invalid access point.
|
M06
Invalid authorization state.
|
M07
Nobody authenticated.
|
M08
Authorization failure (user not authorized).
|
M09
Main entity doesn't exist (but it is specifed).
|
M10
User has no permission for remote login (Remote login forbidden).
|
M11
Cannot return authority - propagation SUPPORTS.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<UESAuthorizationServiceRTException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static UESAuthorizationServiceRTException.E05401 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESAuthorizationServiceRTException.E05401[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESAuthorizationServiceRTException.E05401 c : UESAuthorizationServiceRTException.E05401.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 nullgetExceptionClass
in interface ErrorCode