Package org.jclouds.sqs.handlers
Class ParseSQSErrorFromXmlContent
java.lang.Object
org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent
org.jclouds.sqs.handlers.ParseSQSErrorFromXmlContent
- All Implemented Interfaces:
HttpErrorHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent
logger
Fields inherited from interface org.jclouds.http.HttpErrorHandler
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Exception
refineException
(HttpCommand command, HttpResponse response, Exception exception, AWSError error, String message) Methods inherited from class org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent
handleError
-
Field Details
-
resourceNotFoundCodes
-
illegalStateCodes
-
illegalArgumentCodes
-
-
Constructor Details
-
ParseSQSErrorFromXmlContent
-
-
Method Details
-
refineException
protected Exception refineException(HttpCommand command, HttpResponse response, Exception exception, AWSError error, String message) - Overrides:
refineException
in classParseAWSErrorFromXmlContent
-