org.jclouds.s3.handlers
Class ParseS3ErrorFromXmlContent

java.lang.Object
  extended by org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent
      extended by org.jclouds.s3.handlers.ParseS3ErrorFromXmlContent
All Implemented Interfaces:
HttpErrorHandler

@Singleton
public class ParseS3ErrorFromXmlContent
extends ParseAWSErrorFromXmlContent

Author:
Adrian Cole

Field Summary
 
Fields inherited from class org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent
logger
 
Fields inherited from interface org.jclouds.http.HttpErrorHandler
NOOP
 
Method Summary
protected  Exception refineException(HttpCommand command, HttpResponse response, Exception exception, AWSError error, String message)
           
 
Methods inherited from class org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent
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,
                                    AWSError error,
                                    String message)
Overrides:
refineException in class ParseAWSErrorFromXmlContent


Copyright © 2009-2012 jclouds. All Rights Reserved.