org.jclouds.azureblob.handlers
Class ParseAzureBlobErrorFromXmlContent

java.lang.Object
  extended by org.jclouds.azure.storage.handlers.ParseAzureStorageErrorFromXmlContent
      extended by org.jclouds.azureblob.handlers.ParseAzureBlobErrorFromXmlContent
All Implemented Interfaces:
HttpErrorHandler

@Singleton
public class ParseAzureBlobErrorFromXmlContent
extends ParseAzureStorageErrorFromXmlContent

Author:
Adrian Cole

Field Summary
 
Fields inherited from class org.jclouds.azure.storage.handlers.ParseAzureStorageErrorFromXmlContent
CONTAINER_KEY_PATH, CONTAINER_PATH, logger
 
Fields inherited from interface org.jclouds.http.HttpErrorHandler
NOOP
 
Method Summary
protected  Exception refineException(HttpCommand command, HttpResponse response, Exception exception, AzureStorageError error, String message)
           
 
Methods inherited from class org.jclouds.azure.storage.handlers.ParseAzureStorageErrorFromXmlContent
handleError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

refineException

protected Exception refineException(HttpCommand command,
                                    HttpResponse response,
                                    Exception exception,
                                    AzureStorageError error,
                                    String message)
Overrides:
refineException in class ParseAzureStorageErrorFromXmlContent


Copyright © 2009-2011 jclouds. All Rights Reserved.