org.codegist.crest
Class CRestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.codegist.crest.CRestException
All Implemented Interfaces:
Serializable

public class CRestException
extends RuntimeException

Author:
Laurent Gilles (laurent.gilles@codegist.org)
See Also:
Serialized Form

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

Constructor Detail

CRestException

public CRestException()

CRestException

public CRestException(String message)

CRestException

public CRestException(String message,
                      Throwable cause)

CRestException

public CRestException(Throwable cause)


Copyright © 2011. All Rights Reserved.