public enum AzureBlobStorageExeceptionCodes extends Enum<AzureBlobStorageExeceptionCodes>
Enum Constant and Description |
---|
INVALID_KEY_EXCEPTION |
STORAGE_EXCEPTION |
UNKNOWN_EXCEPTION |
URI_SYNTAX_EXCEPTION |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
void |
setCode(String code) |
static AzureBlobStorageExeceptionCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AzureBlobStorageExeceptionCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AzureBlobStorageExeceptionCodes URI_SYNTAX_EXCEPTION
public static final AzureBlobStorageExeceptionCodes INVALID_KEY_EXCEPTION
public static final AzureBlobStorageExeceptionCodes STORAGE_EXCEPTION
public static final AzureBlobStorageExeceptionCodes UNKNOWN_EXCEPTION
public static AzureBlobStorageExeceptionCodes[] values()
for (AzureBlobStorageExeceptionCodes c : AzureBlobStorageExeceptionCodes.values()) System.out.println(c);
public static AzureBlobStorageExeceptionCodes 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 nullpublic String getCode()
public void setCode(String code)
Copyright © 2010–2017. All rights reserved.