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.HttpResponseExceptioncommand, response
 
- 
 - 
Constructor SummaryConstructors 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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AtmosErrorgetError()voidsetError(AtmosError error)- 
Methods inherited from class org.jclouds.http.HttpResponseExceptiongetCommand, getContent, getResponse, setContent
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
AtmosResponseExceptionpublic AtmosResponseException(HttpCommand command, HttpResponse response, AtmosError error) 
 - 
AtmosResponseExceptionpublic AtmosResponseException(HttpCommand command, HttpResponse response, AtmosError error, Throwable cause) 
 - 
AtmosResponseExceptionpublic AtmosResponseException(String message, HttpCommand command, HttpResponse response, AtmosError error) 
 - 
AtmosResponseExceptionpublic AtmosResponseException(String message, HttpCommand command, HttpResponse response, AtmosError error, Throwable cause) 
 
- 
 - 
Method Detail- 
setErrorpublic void setError(AtmosError error) 
 - 
getError@Nullable public AtmosError getError() 
 
- 
 
-