|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AWSError | |
---|---|
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 |
Uses of AWSError in org.jclouds.aws |
---|
Methods in org.jclouds.aws that return AWSError | |
---|---|
AWSError |
AWSResponseException.getError()
|
Methods in org.jclouds.aws with parameters of type AWSError | |
---|---|
void |
AWSResponseException.setError(AWSError error)
|
Constructors in org.jclouds.aws with parameters of type AWSError | |
---|---|
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)
|
Uses of AWSError in org.jclouds.aws.handlers |
---|
Methods in org.jclouds.aws.handlers with parameters of type AWSError | |
---|---|
protected Exception |
ParseAWSErrorFromXmlContent.refineException(HttpCommand command,
HttpResponse response,
Exception exception,
AWSError error,
String message)
|
Uses of AWSError in org.jclouds.aws.util |
---|
Methods in org.jclouds.aws.util that return AWSError | |
---|---|
AWSError |
AWSUtils.parseAWSErrorFromContent(HttpRequest request,
HttpResponse response)
|
Uses of AWSError in org.jclouds.aws.xml |
---|
Methods in org.jclouds.aws.xml that return AWSError | |
---|---|
AWSError |
ErrorHandler.getResult()
|
Uses of AWSError in org.jclouds.s3.handlers |
---|
Methods in org.jclouds.s3.handlers with parameters of type AWSError | |
---|---|
protected Exception |
ParseS3ErrorFromXmlContent.refineException(HttpCommand command,
HttpResponse response,
Exception exception,
AWSError error,
String message)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |