public static enum UESAuthenticationServiceRTException.E05400 extends java.lang.Enum<UESAuthenticationServiceRTException.E05400> implements ErrorCode
Enum Constant and Description |
---|
M00
Unsupported authentication token.
|
M01
Failure of authentication token evaluation.
|
M02
Failure of authentication.
|
M03
Invalid credentials.
|
M04
No authentication providers.
|
M05
No authentication token providers.
|
M06
Failure of authentication token creation.
|
M07
Login into system process.
|
M08
Second login into same session.
|
M09
Inaccessible authentication token.
|
M10
Unauthorized login.
|
M11
QoS limit exceeded.
|
M12
Not yet authenticated.
|
M13
Cannot "execute as", reading of policy file failed.
|
M14
Cannot "execute as", nobody authenticated.
|
M15
Invalid principal ID.
|
M16
Account locked.
|
M17
Account blocked.
|
M18
Account not activated.
|
M19
Account locked or invalid credentials.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<UESAuthenticationServiceRTException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static UESAuthenticationServiceRTException.E05400 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESAuthenticationServiceRTException.E05400[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESAuthenticationServiceRTException.E05400 c : UESAuthenticationServiceRTException.E05400.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