public interface RequestRejectedHandler
FilterChainProxy to handle an
RequestRejectedException.| 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.
|
void handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
RequestRejectedException requestRejectedException)
throws java.io.IOException,
javax.servlet.ServletException
request - that resulted in an RequestRejectedExceptionresponse - 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