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.
- Author:
- Ignasi Barrera
- See Also:
- Serialized Form
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)
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getRequest
public HttpRequest getRequest()
Copyright © 2009-2012 jclouds. All Rights Reserved.