Package org.jclouds.b2
Class B2ResponseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jclouds.http.HttpResponseException
-
- org.jclouds.b2.B2ResponseException
-
- All Implemented Interfaces:
Serializable
public final class B2ResponseException extends HttpResponseException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.jclouds.http.HttpResponseException
command, response
-
-
Constructor Summary
Constructors Constructor Description B2ResponseException(HttpCommand command, HttpResponse response, B2Error error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description B2Error
getError()
-
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
-
B2ResponseException
public B2ResponseException(HttpCommand command, HttpResponse response, B2Error error)
-
-