Class IllegalRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.soklet.exception.BadRequestException
com.soklet.exception.IllegalRequestException
- All Implemented Interfaces:
Serializable
Exception thrown when the HTTP request line itself is malformed, such as a client specifying a nonexistent HTTP method.
- Author:
- Mark Allen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalRequestException(String message) IllegalRequestException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalRequestException
-
IllegalRequestException
-