public static class RequestHandler.RequestHandlerErrorException extends RequestHandler.RequestHandlerException
Constructor and Description |
---|
RequestHandlerErrorException(java.lang.Throwable cause)
Constructs a new
RequestHandlerErrorException . |
public RequestHandlerErrorException(java.lang.Throwable cause)
RequestHandlerErrorException
.cause
- the cause (which is saved for later retrieval by the Throwable.getCause()
method).