Class OA2ExceptionHandler

  • All Implemented Interfaces:
    edu.uiuc.ncsa.security.servlet.ExceptionHandler

    public class OA2ExceptionHandler
    extends Object
    implements edu.uiuc.ncsa.security.servlet.ExceptionHandler

    Created by Jeff Gaynor
    on 2/12/15 at 3:16 PM

    • Constructor Detail

      • OA2ExceptionHandler

        public OA2ExceptionHandler​(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger)
    • Method Detail

      • getLogger

        public edu.uiuc.ncsa.security.core.util.MyLoggingFacade getLogger()
        Specified by:
        getLogger in interface edu.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 interface edu.uiuc.ncsa.security.servlet.ExceptionHandler
        Throws:
        IOException
        javax.servlet.ServletException