Package org.jclouds.atmos
Class AtmosResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jclouds.http.HttpResponseException
org.jclouds.atmos.AtmosResponseException
- All Implemented Interfaces:
Serializable
Encapsulates an Error from Atmos Storage Services.
- See Also:
-
Field Summary
Fields inherited from class org.jclouds.http.HttpResponseException
command, response
-
Constructor Summary
ConstructorsConstructorDescriptionAtmosResponseException
(String message, HttpCommand command, HttpResponse response, AtmosError error) AtmosResponseException
(String message, HttpCommand command, HttpResponse response, AtmosError error, Throwable cause) AtmosResponseException
(HttpCommand command, HttpResponse response, AtmosError error) AtmosResponseException
(HttpCommand command, HttpResponse response, AtmosError error, Throwable cause) -
Method Summary
Methods inherited from class org.jclouds.http.HttpResponseException
getCommand, getContent, getResponse, setContent
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AtmosResponseException
-
AtmosResponseException
public AtmosResponseException(HttpCommand command, HttpResponse response, AtmosError error, Throwable cause) -
AtmosResponseException
public AtmosResponseException(String message, HttpCommand command, HttpResponse response, AtmosError error) -
AtmosResponseException
public AtmosResponseException(String message, HttpCommand command, HttpResponse response, AtmosError error, Throwable cause)
-
-
Method Details
-
setError
-
getError
-