|
||||||||||
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.NotSupportedHttpMethodException
public class NotSupportedHttpMethodException
SData exception to be thrown when an HTTP method used to execute the request is not supported.
This will normally result in the servlet returning an HTTP 400 (Bad Request) error.
Constructor Summary | |
---|---|
NotSupportedHttpMethodException()
Constructor. |
|
NotSupportedHttpMethodException(java.lang.String message)
Constructor |
|
NotSupportedHttpMethodException(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 NotSupportedHttpMethodException()
public NotSupportedHttpMethodException(java.lang.String message)
message
- public NotSupportedHttpMethodException(java.lang.Throwable e)
e
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |