Uses of Class
org.jclouds.aws.domain.AWSError
-
Packages that use AWSError Package Description org.jclouds.aws org.jclouds.aws.handlers This package contains HttpResponseHandlers needed to operate the REST api.org.jclouds.aws.util org.jclouds.aws.xml org.jclouds.s3.handlers org.jclouds.sqs.handlers -
-
Uses of AWSError in org.jclouds.aws
Methods in org.jclouds.aws that return AWSError Modifier and Type Method Description AWSErrorAWSResponseException. getError()Methods in org.jclouds.aws with parameters of type AWSError Modifier and Type Method Description voidAWSResponseException. setError(AWSError error)Constructors in org.jclouds.aws with parameters of type AWSError Constructor Description AWSResponseException(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 AWSError Modifier and Type Method Description protected ExceptionParseAWSErrorFromXmlContent. refineException(HttpCommand command, HttpResponse response, Exception exception, AWSError error, String message)protected booleanAWSClientErrorRetryHandler. shouldRetryRequestOnError(HttpCommand command, HttpResponse response, AWSError error)protected booleanAWSServerErrorRetryHandler. shouldRetryRequestOnError(HttpCommand command, HttpResponse response, AWSError error) -
Uses of AWSError in org.jclouds.aws.util
Methods in org.jclouds.aws.util that return AWSError Modifier and Type Method Description AWSErrorAWSUtils. parseAWSErrorFromContent(HttpRequest request, HttpResponse response) -
Uses of AWSError in org.jclouds.aws.xml
Methods in org.jclouds.aws.xml that return AWSError Modifier and Type Method Description AWSErrorErrorHandler. getResult() -
Uses of AWSError in org.jclouds.s3.handlers
Methods in org.jclouds.s3.handlers with parameters of type AWSError Modifier and Type Method Description protected ExceptionParseS3ErrorFromXmlContent. 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 AWSError Modifier and Type Method Description protected ExceptionParseSQSErrorFromXmlContent. refineException(HttpCommand command, HttpResponse response, Exception exception, AWSError error, String message)booleanSQSErrorRetryHandler. shouldRetryRequestOnError(HttpCommand command, HttpResponse response, AWSError error)
-