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.
- Author:
- Adrian Cole
- See Also:
AtmosError
,
ParseAtmosErrorFromXmlContent
,
Serialized Form
Constructor Summary |
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)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)
setError
public void setError(AtmosError error)
getError
public AtmosError getError()
Copyright © 2009-2011 jclouds. All Rights Reserved.