org.jclouds.s3.handlers
Class ParseS3ErrorFromXmlContent
java.lang.Object
org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent
org.jclouds.s3.handlers.ParseS3ErrorFromXmlContent
- All Implemented Interfaces:
- org.jclouds.http.HttpErrorHandler
@Singleton
public class ParseS3ErrorFromXmlContent
- extends org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent
- Author:
- Adrian Cole
| Fields inherited from class org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent |
logger |
| Fields inherited from interface org.jclouds.http.HttpErrorHandler |
NOOP |
|
Method Summary |
protected Exception |
refineException(org.jclouds.http.HttpCommand command,
org.jclouds.http.HttpResponse response,
Exception exception,
org.jclouds.aws.domain.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 |
refineException
protected Exception refineException(org.jclouds.http.HttpCommand command,
org.jclouds.http.HttpResponse response,
Exception exception,
org.jclouds.aws.domain.AWSError error,
String message)
- Overrides:
refineException in class org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent
Copyright © 2009-2011 jclouds. All Rights Reserved.