Package com.soklet.web.exception
Class MethodNotAllowedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.soklet.web.exception.MethodNotAllowedException
- All Implemented Interfaces:
Serializable
Indicates that an HTTP request was made with an incorrect method.
Example: the client specified POST instead of PUT.
This normally corresponds to an HTTP 405 response.
- Since:
- 1.0.0
- Author:
- Mark Allen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMethodNotAllowedException(String message) MethodNotAllowedException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MethodNotAllowedException
-
MethodNotAllowedException
-
MethodNotAllowedException
-