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 AWSError
AWSResponseException. getError()
Methods in org.jclouds.aws with parameters of type AWSError Modifier and Type Method Description void
AWSResponseException. 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 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 AWSError Modifier and Type Method Description AWSError
AWSUtils. 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 AWSError
ErrorHandler. 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 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 AWSError Modifier and Type Method Description protected Exception
ParseSQSErrorFromXmlContent. refineException(HttpCommand command, HttpResponse response, Exception exception, AWSError error, String message)
boolean
SQSErrorRetryHandler. shouldRetryRequestOnError(HttpCommand command, HttpResponse response, AWSError error)
-