public class AWSResponseException extends HttpResponseException
AWSError
,
ParseAWSErrorFromXmlContent
,
Serialized Formcommand, response
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 |
---|---|
AWSError |
getError() |
void |
setError(AWSError error) |
getCommand, getContent, getResponse, setContent
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AWSResponseException(HttpCommand command, HttpResponse response, AWSError error)
public AWSResponseException(HttpCommand command, HttpResponse response, AWSError error, Throwable cause)
public AWSResponseException(String message, HttpCommand command, HttpResponse response, AWSError error)
public AWSResponseException(String message, HttpCommand command, HttpResponse response, AWSError error, Throwable cause)
Copyright © 2009-2012 jclouds. All Rights Reserved.