Class ParseAzureStorageErrorFromXmlContent
java.lang.Object
org.jclouds.azure.storage.handlers.ParseAzureStorageErrorFromXmlContent
- All Implemented Interfaces:
HttpErrorHandler
- Direct Known Subclasses:
ParseAzureBlobErrorFromXmlContent
This will parse and set an appropriate exception on the command object.
- See Also:
-
Field Summary
FieldsFields inherited from interface org.jclouds.http.HttpErrorHandler
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleError
(HttpCommand command, HttpResponse response) protected Exception
refineException
(HttpCommand command, HttpResponse response, Exception exception, AzureStorageError error, String message)
-
Field Details
-
logger
-
CONTAINER_PATH
-
CONTAINER_KEY_PATH
-
-
Constructor Details
-
ParseAzureStorageErrorFromXmlContent
-
-
Method Details
-
handleError
- Specified by:
handleError
in interfaceHttpErrorHandler
-
refineException
protected Exception refineException(HttpCommand command, HttpResponse response, Exception exception, AzureStorageError error, String message)
-