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
public class BindException extends RuntimeException
Exception thrown during the binding process.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BindException(HttpRequest request)
BindException(HttpRequest request, String message)
BindException(HttpRequest request, String message, Throwable cause)
BindException(HttpRequest request, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
HttpRequest
getRequest()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BindException
public BindException(HttpRequest request)
-
BindException
public BindException(HttpRequest request, String message)
-
BindException
public BindException(HttpRequest request, Throwable cause)
-
BindException
public BindException(HttpRequest request, String message, Throwable cause)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
getRequest
public HttpRequest getRequest()
-
-