public class AtmosResponseException extends HttpResponseException
AtmosError
,
ParseAtmosErrorFromXmlContent
,
Serialized Formcommand, response
Constructor and Description |
---|
AtmosResponseException(HttpCommand command,
HttpResponse response,
AtmosError error) |
AtmosResponseException(HttpCommand command,
HttpResponse response,
AtmosError error,
Throwable cause) |
AtmosResponseException(String message,
HttpCommand command,
HttpResponse response,
AtmosError error) |
AtmosResponseException(String message,
HttpCommand command,
HttpResponse response,
AtmosError error,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
AtmosError |
getError() |
void |
setError(AtmosError error) |
getCommand, getContent, getResponse, setContent
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AtmosResponseException(HttpCommand command, HttpResponse response, AtmosError error)
public AtmosResponseException(HttpCommand command, HttpResponse response, AtmosError error, Throwable cause)
public AtmosResponseException(String message, HttpCommand command, HttpResponse response, AtmosError error)
public AtmosResponseException(String message, HttpCommand command, HttpResponse response, AtmosError error, Throwable cause)
public void setError(AtmosError error)
public AtmosError getError()
Copyright © 2009-2012 jclouds. All Rights Reserved.