public class AWSResponseException
extends org.jclouds.http.HttpResponseException
AWSError,
ParseAWSErrorFromXmlContent,
Serialized Form| 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 |
|---|---|
AWSError |
getError() |
void |
setError(AWSError error) |
getCommand, getContent, getResponse, setContentaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AWSResponseException(org.jclouds.http.HttpCommand command,
org.jclouds.http.HttpResponse response,
AWSError error)
public AWSResponseException(org.jclouds.http.HttpCommand command,
org.jclouds.http.HttpResponse response,
AWSError error,
Throwable cause)
public AWSResponseException(String message, org.jclouds.http.HttpCommand command, org.jclouds.http.HttpResponse response, AWSError error)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.