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
public class AtmosResponseException extends HttpResponseException
Encapsulates an Error from Atmos Storage Services.- See Also:
AtmosError
,ParseAtmosErrorFromXmlContent
, Serialized Form
-
-
Field Summary
-
Fields inherited from class org.jclouds.http.HttpResponseException
command, response
-
-
Constructor Summary
Constructors Constructor Description AtmosResponseException(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtmosError
getError()
void
setError(AtmosError error)
-
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 Detail
-
AtmosResponseException
public AtmosResponseException(HttpCommand command, HttpResponse response, AtmosError error)
-
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 Detail
-
setError
public void setError(AtmosError error)
-
getError
@Nullable public AtmosError getError()
-
-