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 SummaryConstructors Constructor Description ExceptionHandlerThingie(Throwable throwable, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
 
- 
- 
- 
Field Detail- 
requestpublic javax.servlet.http.HttpServletRequest request 
 - 
responsepublic javax.servlet.http.HttpServletResponse response 
 - 
throwablepublic Throwable throwable 
 
- 
 - 
Constructor Detail- 
ExceptionHandlerThingiepublic ExceptionHandlerThingie(Throwable throwable, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) 
 
- 
 
-