public static class RequestHandler.RequestHandlerException extends Exception
Constructor and Description |
---|
RequestHandlerException(String message)
Constructs a new
RequestHandlerException . |
RequestHandlerException(String message,
Throwable cause)
Constructs a new
RequestHandlerException . |
RequestHandlerException(Throwable cause)
Constructs a new
RequestHandlerException . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RequestHandlerException(String message)
RequestHandlerException
.message
- the detail message. The detail message is saved for later retrieval by the Throwable.getMessage()
method.public RequestHandlerException(String message, Throwable cause)
RequestHandlerException
.message
- the detail message. The detail message is saved for later retrieval by the Throwable.getMessage()
method.cause
- the cause (which is saved for later retrieval by the Throwable.getCause()
method).public RequestHandlerException(Throwable cause)
RequestHandlerException
.cause
- the cause (which is saved for later retrieval by the Throwable.getCause()
method).