public enum CommandExceptionError extends java.lang.Enum<CommandExceptionError>
| Modifier and Type | Method and Description |
|---|---|
static CommandExceptionError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommandExceptionError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandExceptionError UNKNOWN
public static final CommandExceptionError ACCESS_FORBIDDEN
public static final CommandExceptionError ENTITY_ALREADY_EXISTS
public static final CommandExceptionError ENTITY_DOES_NOT_EXIST
public static final CommandExceptionError CONTAINER_NOT_EMPTY
public static final CommandExceptionError CONTENT_NOT_MODIFIED
public static final CommandExceptionError CONTENT_DIFFERENT
public static final CommandExceptionError MD5_CHECKSUM
public static final CommandExceptionError MISSING_CONTENT_LENGTH_OR_TYPE
public static final CommandExceptionError NO_SERVICE_CATALOG_FOUND
public static final CommandExceptionError NO_TENANT_SUPPLIED
public static final CommandExceptionError NO_END_POINT_FOUND
public static final CommandExceptionError UNAUTHORIZED
public static CommandExceptionError[] values()
for (CommandExceptionError c : CommandExceptionError.values()) System.out.println(c);
public static CommandExceptionError 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 © 2012-2020 42 BV. All Rights Reserved.