Class OA4MPExceptionHandler
- java.lang.Object
-
- org.oa4mp.server.api.servlet.storage.OA4MPExceptionHandler
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.servlet.ExceptionHandler
public class OA4MPExceptionHandler extends Object implements edu.uiuc.ncsa.security.servlet.ExceptionHandler
Created by Jeff Gaynor
on 2/6/15 at 4:56 PM
-
-
Constructor Summary
Constructors Constructor Description OA4MPExceptionHandler(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()
void
handleException(Throwable t, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-
-
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
-
-