Class ClientExceptionHandler
- java.lang.Object
-
- org.oa4mp.client.api.servlet.ClientExceptionHandler
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.servlet.ExceptionHandler
- Direct Known Subclasses:
OA2ClientExceptionHandler
public class ClientExceptionHandler extends Object implements edu.uiuc.ncsa.security.servlet.ExceptionHandler
Created by Jeff Gaynor
on 2/9/15 at 12:01 PM
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientServlet
clientServlet
-
Constructor Summary
Constructors Constructor Description ClientExceptionHandler(ClientServlet clientServlet, edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Field Detail
-
clientServlet
protected ClientServlet clientServlet
-
-
Constructor Detail
-
ClientExceptionHandler
public ClientExceptionHandler(ClientServlet clientServlet, edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger)
-
-
Method Detail
-
getLogger
public edu.uiuc.ncsa.security.core.util.MyLoggingFacade getLogger()
- Specified by:
getLogger
in interfaceedu.uiuc.ncsa.security.servlet.ExceptionHandler
-
handleException
public void handleException(Throwable t, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException
- Specified by:
handleException
in interfaceedu.uiuc.ncsa.security.servlet.ExceptionHandler
- Throws:
IOException
javax.servlet.ServletException
-
getNormalizedContextPath
protected String getNormalizedContextPath()
-
-