Class 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

    • 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 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
      • getNormalizedContextPath

        protected String getNormalizedContextPath()