Package edu.uiuc.ncsa.sas
Class SASServlet.SASExceptionHandlerThingie
- java.lang.Object
-
- edu.uiuc.ncsa.security.servlet.ExceptionHandlerThingie
-
- edu.uiuc.ncsa.sas.SASServlet.SASExceptionHandlerThingie
-
- Enclosing class:
- SASServlet
public static class SASServlet.SASExceptionHandlerThingie extends ExceptionHandlerThingie
-
-
Field Summary
Fields Modifier and Type Field Description SessionRecord
sessionRecord
-
Fields inherited from class edu.uiuc.ncsa.security.servlet.ExceptionHandlerThingie
request, response, throwable
-
-
Constructor Summary
Constructors Constructor Description SASExceptionHandlerThingie(Throwable throwable, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, SessionRecord sessionRecord)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasSessionRecord()
-
-
-
Field Detail
-
sessionRecord
public SessionRecord sessionRecord
-
-
Constructor Detail
-
SASExceptionHandlerThingie
public SASExceptionHandlerThingie(Throwable throwable, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, SessionRecord sessionRecord)
-
-