org.nuiton.io.rest
Class RestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nuiton.io.rest.RestException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RestDataNotFoundException

public class RestException
extends Exception

Base exception for any excpeiton in rest service.

Since:
1.0.3
Author:
chemit
See Also:
Serialized Form

Constructor Summary
RestException()
           
RestException(String message)
           
RestException(String message, Throwable cause)
           
RestException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RestException

public RestException(Throwable cause)

RestException

public RestException(String message,
                     Throwable cause)

RestException

public RestException(String message)

RestException

public RestException()


Copyright © 2009 CodeLutin. All Rights Reserved.