public class ClientExceptionHandler extends Object implements edu.uiuc.ncsa.security.servlet.ExceptionHandler
Created by Jeff Gaynor
on 2/9/15 at 12:01 PM
| Modifier and Type | Field and Description |
|---|---|
protected ClientServlet |
clientServlet |
| Constructor and Description |
|---|
ClientExceptionHandler(ClientServlet clientServlet,
edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger) |
| Modifier and Type | Method and Description |
|---|---|
edu.uiuc.ncsa.security.core.util.MyLoggingFacade |
getLogger() |
protected String |
getNormalizedContextPath() |
void |
handleException(Throwable t,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected ClientServlet clientServlet
public ClientExceptionHandler(ClientServlet clientServlet, edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger)
public edu.uiuc.ncsa.security.core.util.MyLoggingFacade getLogger()
getLogger in interface edu.uiuc.ncsa.security.servlet.ExceptionHandlerpublic void handleException(Throwable t, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException
handleException in interface edu.uiuc.ncsa.security.servlet.ExceptionHandlerIOExceptionjavax.servlet.ServletExceptionprotected String getNormalizedContextPath()
Copyright © 2019. All Rights Reserved.