public static enum UESVaultServiceRTException.E05430 extends java.lang.Enum<UESVaultServiceRTException.E05430> implements ErrorCode
| Enum Constant and Description | 
|---|
M00
Reserved for unexpected internal exceptions. 
 | 
M01
Invalid configuration of UES Vault, multiple data stores set. 
 | 
M02
Unable to create container, another one already exists. 
 | 
M03
Unable to create container, container ID is null. 
 | 
M04
Unable to create container, given key provider does not exist. 
 | 
M05
Container does not exists! 
 | 
M06
Container not defined! 
 | 
M07
Secured object ID not defined! 
 | 
M08
Secured object decryption failed, data corrupted. 
 | 
M09
The current user is trying to work with a container that does not belong to him. 
 | 
M10
Cannot check container owner, either the checked container reference is null or there is no logged user. 
 | 
M11
Cannot delete container, container not empty. 
 | 
M12
Cannot read data as switched user. 
 | 
M13
Cannot update object - missing container ID. 
 | 
M14
Cannot update object - missing object ID. 
 | 
M15
Cannot update object - container does not exist. 
 | 
M16
Cannot update object - object does not exist. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class<UESVaultServiceRTException> | 
getExceptionClass()
Returns class of exception which is owner of this error code. 
 | 
static UESVaultServiceRTException.E05430 | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static UESVaultServiceRTException.E05430[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
for (UESVaultServiceRTException.E05430 c : UESVaultServiceRTException.E05430.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