com.cassinidivision.oce.rendering
Class RequestNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.cassinidivision.oce.rendering.RequestNotFoundException
All Implemented Interfaces:
Serializable

public class RequestNotFoundException
extends RuntimeException

Exception class to be thrown for all HTTP requests referring to nonexistent locations in the OCE URL navigation space.

See Also:
Serialized Form

Constructor Summary
RequestNotFoundException()
           
RequestNotFoundException(String reason)
           
 
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

RequestNotFoundException

public RequestNotFoundException()

RequestNotFoundException

public RequestNotFoundException(String reason)
Parameters:
reason -