Package org.jclouds.rest.binders
Class BindException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jclouds.rest.binders.BindException
- All Implemented Interfaces:
Serializable
Exception thrown during the binding process.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBindException
(HttpRequest request) BindException
(HttpRequest request, String message) BindException
(HttpRequest request, String message, Throwable cause) BindException
(HttpRequest request, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BindException
-
BindException
-
BindException
-
BindException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getRequest
-