org.nuiton.io.rest
Class RestDataNotFoundException

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

public class RestDataNotFoundException
extends RestException

Exception to be raised if a data does not exist ina 'askData' request, says when the rest server returns a 4XX status code.

Since:
1.0.3
Author:
tchemit
See Also:
Serialized Form

Constructor Summary
RestDataNotFoundException()
           
RestDataNotFoundException(String message)
           
RestDataNotFoundException(String message, Throwable cause)
           
RestDataNotFoundException(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

RestDataNotFoundException

public RestDataNotFoundException()

RestDataNotFoundException

public RestDataNotFoundException(String message)

RestDataNotFoundException

public RestDataNotFoundException(String message,
                                 Throwable cause)

RestDataNotFoundException

public RestDataNotFoundException(Throwable cause)


Copyright © 2009-2010 CodeLutin. All Rights Reserved.