com.sage.orion.sdata.servlet
Class NotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sage.orion.sdata.servlet.NotFoundException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NotFoundIntermediateException

public class NotFoundException
extends java.lang.RuntimeException

SData exception to be thrown when a requested resource or property is not found.

This will normally result in the servlet returning a HTTP 404 (Not Found) Error.

Author:
cliwa01
See Also:
Serialized Form

Constructor Summary
NotFoundException()
          Constructor.
NotFoundException(java.lang.String message)
          Constructor
NotFoundException(java.lang.Throwable e)
          Constructor.
 
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

NotFoundException

public NotFoundException()
Constructor.


NotFoundException

public NotFoundException(java.lang.String message)
Constructor

Parameters:
message -

NotFoundException

public NotFoundException(java.lang.Throwable e)
Constructor.

Parameters:
e -


Copyright © 2011 Sage Software, Inc. All rights reserved.