Package org.jclouds.sqs.handlers
Class ParseSQSErrorFromXmlContent
- java.lang.Object
-
- org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent
-
- org.jclouds.sqs.handlers.ParseSQSErrorFromXmlContent
-
- All Implemented Interfaces:
HttpErrorHandler
@Singleton public class ParseSQSErrorFromXmlContent extends ParseAWSErrorFromXmlContent
-
-
Field Summary
Fields Modifier and Type Field Description protected Set<String>
illegalArgumentCodes
protected Set<String>
illegalStateCodes
protected Set<String>
resourceNotFoundCodes
-
Fields inherited from class org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent
logger
-
Fields inherited from interface org.jclouds.http.HttpErrorHandler
NOOP
-
-
Constructor Summary
Constructors Constructor Description ParseSQSErrorFromXmlContent(AWSUtils utils)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Exception
refineException(HttpCommand command, HttpResponse response, Exception exception, AWSError error, String message)
-
Methods inherited from class org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent
handleError
-
-
-
-
Constructor Detail
-
ParseSQSErrorFromXmlContent
@Inject public ParseSQSErrorFromXmlContent(AWSUtils utils)
-
-
Method Detail
-
refineException
protected Exception refineException(HttpCommand command, HttpResponse response, Exception exception, AWSError error, String message)
- Overrides:
refineException
in classParseAWSErrorFromXmlContent
-
-