| 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 |
| 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) |
| 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) |
Copyright © 2009-2012 jclouds. All Rights Reserved.