public static enum ErrorCodes.Codes extends Enum<ErrorCodes.Codes>
| Modifier and Type | Method and Description |
|---|---|
static ErrorCodes.Codes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCodes.Codes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorCodes.Codes ACCESSDENIED
public static final ErrorCodes.Codes EXPORTNOLONGERVALID
public static final ErrorCodes.Codes INCONSISTENTPARAMETERS
public static final ErrorCodes.Codes INVALIDREGISTRATION
public static final ErrorCodes.Codes INVALIDCOOKIE
public static final ErrorCodes.Codes INVALIDHANDLE
public static final ErrorCodes.Codes INVALIDSESSION
public static final ErrorCodes.Codes INVALIDUSERCATEGORY
public static final ErrorCodes.Codes MODIFYREGISTRATIONREQUIRED
public static final ErrorCodes.Codes MISSINGPARAMETERS
public static final ErrorCodes.Codes OPERATIONFAILED
public static final ErrorCodes.Codes OPERATIONNOTSUPPORTED
public static final ErrorCodes.Codes RESOURCESUSPENDED
public static final ErrorCodes.Codes TOOBUSY
public static final ErrorCodes.Codes TOOMANYREQUESTS
public static ErrorCodes.Codes[] values()
for (ErrorCodes.Codes c : ErrorCodes.Codes.values()) System.out.println(c);
public static ErrorCodes.Codes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2006-2014 GateIn. All Rights Reserved.