public class DefaultBlockExceptionHandler extends Object implements BlockExceptionHandler
| Constructor and Description |
|---|
DefaultBlockExceptionHandler() |
| 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.
|
public void handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
BlockException e)
throws Exception
BlockExceptionHandlerhandle in interface BlockExceptionHandlerrequest - Servlet requestresponse - Servlet responsee - the block exceptionException - users may throw out the BlockException or other error occursCopyright © 2019 Alibaba Group. All rights reserved.