| 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 |
| Modifier and Type | Method and Description |
|---|---|
AWSError |
AWSResponseException.getError() |
| Modifier and Type | Method and Description |
|---|---|
void |
AWSResponseException.setError(AWSError error) |
| Constructor and Description |
|---|
AWSResponseException(org.jclouds.http.HttpCommand command,
org.jclouds.http.HttpResponse response,
AWSError error) |
AWSResponseException(org.jclouds.http.HttpCommand command,
org.jclouds.http.HttpResponse response,
AWSError error,
Throwable cause) |
AWSResponseException(String message,
org.jclouds.http.HttpCommand command,
org.jclouds.http.HttpResponse response,
AWSError error) |
AWSResponseException(String message,
org.jclouds.http.HttpCommand command,
org.jclouds.http.HttpResponse response,
AWSError error,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
protected Exception |
ParseAWSErrorFromXmlContent.refineException(org.jclouds.http.HttpCommand command,
org.jclouds.http.HttpResponse response,
Exception exception,
AWSError error,
String message) |
protected boolean |
AWSServerErrorRetryHandler.shouldRetryRequestOnError(org.jclouds.http.HttpCommand command,
org.jclouds.http.HttpResponse response,
AWSError error) |
protected boolean |
AWSClientErrorRetryHandler.shouldRetryRequestOnError(org.jclouds.http.HttpCommand command,
org.jclouds.http.HttpResponse response,
AWSError error) |
| Modifier and Type | Method and Description |
|---|---|
AWSError |
AWSUtils.parseAWSErrorFromContent(org.jclouds.http.HttpRequest request,
org.jclouds.http.HttpResponse response) |
| Modifier and Type | Method and Description |
|---|---|
AWSError |
ErrorHandler.getResult() |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.