public static enum AccountPolicyManagerRTException.E05442 extends java.lang.Enum<AccountPolicyManagerRTException.E05442> implements ErrorCode
| Enum Constant and Description |
|---|
M00
Default code.
|
M01
Cannot store security settings - security realm must be given.
|
M02
Cannot store security settings - unexpected failure.
|
M03
Cannot read security settings - security realm must be given.
|
M04
Cannot read security settings - unexpected failure.
|
M05
Cannot check principal expiration - security realm must be given.
|
M06
Cannot check principal expiration - identity must be given.
|
M07
Cannot check principal expiration - unexpected failure.
|
M08
Cannot check password expiration - security realm must be given.
|
M09
Cannot check password expiration - identity must be given.
|
M10
Cannot check password expiration - unexpected failure.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<AccountPolicyManagerRTException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static AccountPolicyManagerRTException.E05442 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccountPolicyManagerRTException.E05442[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (AccountPolicyManagerRTException.E05442 c : AccountPolicyManagerRTException.E05442.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