Package edu.uiuc.ncsa.security.servlet
Class ExceptionHandlerThingie
- java.lang.Object
-
- edu.uiuc.ncsa.security.servlet.ExceptionHandlerThingie
-
- Direct Known Subclasses:
SASServlet.SASExceptionHandlerThingie
public class ExceptionHandlerThingie extends Object
A class that holds the information for the exception handlerCreated by Jeff Gaynor
on 4/20/23 at 12:58 PM
-
-
Constructor Summary
Constructors Constructor Description ExceptionHandlerThingie(Throwable throwable, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-
-
Field Detail
-
request
public javax.servlet.http.HttpServletRequest request
-
response
public javax.servlet.http.HttpServletResponse response
-
throwable
public Throwable throwable
-
-
Constructor Detail
-
ExceptionHandlerThingie
public ExceptionHandlerThingie(Throwable throwable, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-