org.jclouds.rest.binders
Class BindException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
BindException(HttpRequest request)
           
BindException(HttpRequest request, String message)
           
BindException(HttpRequest request, String message, Throwable cause)
           
BindException(HttpRequest request, Throwable cause)
           
 
Method Summary
 String getMessage()
           
 HttpRequest getRequest()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 class Throwable

getRequest

public HttpRequest getRequest()


Copyright © 2009-2012 jclouds. All Rights Reserved.