| Enum Constant and Description |
|---|
ENTITY_ALREADY_EXISTS |
ENTITY_IN_USE |
ENTITY_NOT_FOUND |
ENTITY_OUT_OF_DATE |
INTERNAL_ERROR |
INVALID_OPERATION_DATA |
NOT_AUTHENTICATED |
OPERATION_NOT_ALLOWED |
PROTOCOL_ERROR |
| Modifier and Type | Method and Description |
|---|---|
static ErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorCode PROTOCOL_ERROR
public static final ErrorCode NOT_AUTHENTICATED
public static final ErrorCode OPERATION_NOT_ALLOWED
public static final ErrorCode INVALID_OPERATION_DATA
public static final ErrorCode ENTITY_NOT_FOUND
public static final ErrorCode ENTITY_ALREADY_EXISTS
public static final ErrorCode ENTITY_OUT_OF_DATE
public static final ErrorCode ENTITY_IN_USE
public static final ErrorCode INTERNAL_ERROR
public static ErrorCode[] values()
for (ErrorCode c : ErrorCode.values()) System.out.println(c);
public static ErrorCode valueOf(java.lang.String name)
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 nullCopyright © JSCAPE Corp. 2009-2019. All Rights Reserved