|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sage.orion.sdata.servlet.NotFoundException
public class NotFoundException
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.
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 |
---|
public NotFoundException()
public NotFoundException(java.lang.String message)
message
- public NotFoundException(java.lang.Throwable e)
e
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |