public class DefaultRequestRejectedHandler extends java.lang.Object implements RequestRejectedHandler
RequestRejectedHandler
that simply rethrows the
exception.Constructor and Description |
---|
DefaultRequestRejectedHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
RequestRejectedException requestRejectedException)
Handles an request rejected failure.
|
public void handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, RequestRejectedException requestRejectedException) throws java.io.IOException, javax.servlet.ServletException
RequestRejectedHandler
handle
in interface RequestRejectedHandler
request
- that resulted in an RequestRejectedException
response
- so that the user agent can be advised of the failurerequestRejectedException
- that caused the invocationjava.io.IOException
- in the event of an IOExceptionjavax.servlet.ServletException
- in the event of a ServletException