public interface BlockExceptionHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
BlockException e)
Handle the request when blocked.
|
void handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
BlockException e)
throws Exception
request - Servlet requestresponse - Servlet responsee - the block exceptionException - users may throw out the BlockException or other error occursCopyright © 2020 Alibaba Group. All rights reserved.