Uses of Class
org.jclouds.aws.domain.AWSError
Packages that use AWSError
Package
Description
This package contains HttpResponseHandlers needed to operate the REST api.
-
Uses of AWSError in org.jclouds.aws
Methods in org.jclouds.aws that return AWSErrorMethods in org.jclouds.aws with parameters of type AWSErrorConstructors in org.jclouds.aws with parameters of type AWSErrorModifierConstructorDescriptionAWSResponseException
(String message, HttpCommand command, HttpResponse response, AWSError error) AWSResponseException
(String message, HttpCommand command, HttpResponse response, AWSError error, Throwable cause) AWSResponseException
(HttpCommand command, HttpResponse response, AWSError error) AWSResponseException
(HttpCommand command, HttpResponse response, AWSError error, Throwable cause) -
Uses of AWSError in org.jclouds.aws.handlers
Methods in org.jclouds.aws.handlers with parameters of type AWSErrorModifier and TypeMethodDescriptionprotected Exception
ParseAWSErrorFromXmlContent.refineException
(HttpCommand command, HttpResponse response, Exception exception, AWSError error, String message) protected boolean
AWSClientErrorRetryHandler.shouldRetryRequestOnError
(HttpCommand command, HttpResponse response, AWSError error) protected boolean
AWSServerErrorRetryHandler.shouldRetryRequestOnError
(HttpCommand command, HttpResponse response, AWSError error) -
Uses of AWSError in org.jclouds.aws.util
Methods in org.jclouds.aws.util that return AWSErrorModifier and TypeMethodDescriptionAWSUtils.parseAWSErrorFromContent
(HttpRequest request, HttpResponse response) -
Uses of AWSError in org.jclouds.aws.xml
Methods in org.jclouds.aws.xml that return AWSError -
Uses of AWSError in org.jclouds.s3.handlers
Methods in org.jclouds.s3.handlers with parameters of type AWSErrorModifier and TypeMethodDescriptionprotected Exception
ParseS3ErrorFromXmlContent.refineException
(HttpCommand command, HttpResponse response, Exception exception, AWSError error, String message) -
Uses of AWSError in org.jclouds.sqs.handlers
Methods in org.jclouds.sqs.handlers with parameters of type AWSErrorModifier and TypeMethodDescriptionprotected Exception
ParseSQSErrorFromXmlContent.refineException
(HttpCommand command, HttpResponse response, Exception exception, AWSError error, String message) boolean
SQSErrorRetryHandler.shouldRetryRequestOnError
(HttpCommand command, HttpResponse response, AWSError error)