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 |
Modifier and Type | Method and Description |
---|---|
AWSError |
AWSResponseException.getError() |
Modifier and Type | Method and Description |
---|---|
void |
AWSResponseException.setError(AWSError error) |
Constructor and Description |
---|
AWSResponseException(HttpCommand command,
HttpResponse response,
AWSError error) |
AWSResponseException(HttpCommand command,
HttpResponse response,
AWSError error,
Throwable cause) |
AWSResponseException(String message,
HttpCommand command,
HttpResponse response,
AWSError error) |
AWSResponseException(String message,
HttpCommand command,
HttpResponse response,
AWSError error,
Throwable cause) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
AWSError |
AWSUtils.parseAWSErrorFromContent(HttpRequest request,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
AWSError |
ErrorHandler.getResult() |
Modifier and Type | Method and Description |
---|---|
protected Exception |
ParseS3ErrorFromXmlContent.refineException(HttpCommand command,
HttpResponse response,
Exception exception,
AWSError error,
String message) |
Modifier and Type | Method and Description |
---|---|
protected Exception |
ParseSQSErrorFromXmlContent.refineException(HttpCommand command,
HttpResponse response,
Exception exception,
AWSError error,
String message) |
boolean |
SQSErrorRetryHandler.shouldRetryRequestOnError(HttpCommand command,
HttpResponse response,
AWSError error) |
Copyright © 2009-2013 jclouds. All Rights Reserved.