public static enum AccountManagerRTException.E05440 extends java.lang.Enum<AccountManagerRTException.E05440> implements ErrorCode
Enum Constant and Description |
---|
M00
Default code.
|
M01
Cannot create - security realm must be set.
|
M02
Cannot create - identity must be set.
|
M03
Cannot create - security realms does not match.
|
M04
Cannot create - unknown security realm.
|
M05
Cannot create - identity and security realm not unique.
|
M06
Cannot create - wrong principal format.
|
M07
Cannot create - principal not unique.
|
M08
Cannot create - wrong password format.
|
M09
Cannot create - unexpected failure.
|
M10
Cannot change principal - account ID must be given.
|
M11
Cannot change principal - new principal must be given.
|
M12
Cannot change principal - account ID does not exist.
|
M13
Cannot change principal - wrong principal format.
|
M14
Cannot change principal - principal not unique.
|
M15
Cannot change principal - principal in history.
|
M16
Cannot change principal - unexpected failure.
|
M17
Cannot change credentials - account ID must be given.
|
M18
Cannot change credentials - original credentials must be given.
|
M19
Cannot change credentials - new credentials must be given.
|
M20
Cannot change credentials - account ID does not exist.
|
M21
Cannot change credentials - wrong password format.
|
M22
Cannot change credentials - password in history.
|
M23
Cannot change credentials - unexpected failure.
|
M24
Cannot reset credentials - account ID must be given.
|
M25
Cannot reset credentials - account ID does not exist.
|
M26
Cannot reset credentials - unexpected failure.
|
M27
Cannot set account state - account ID must be given.
|
M28
Cannot set account state - valid state must be given.
|
M29
Cannot set account state - account ID does not exist.
|
M30
Cannot set account state - unexpected failure.
|
M31
Cannot delete account - account ID must be given.
|
M32
Cannot delete account - unexpected failure.
|
M33
Cannot read account - account ID must be given.
|
M34
Cannot read account - unexpected failure.
|
M35
Cannot read account - principal must be given.
|
M36
Cannot read account - principal must contain security realm.
|
M37
Cannot read account - identity must be given.
|
M38
Cannot read account - security realm must be given.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<AccountManagerRTException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static AccountManagerRTException.E05440 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccountManagerRTException.E05440[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (AccountManagerRTException.E05440 c : AccountManagerRTException.E05440.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