Class AuthorizationExceptionHandler
java.lang.Object
org.apache.struts.action.ExceptionHandler
org.kuali.rice.kns.web.struts.form.pojo.AuthorizationExceptionHandler
@Deprecated
public class AuthorizationExceptionHandler
extends org.apache.struts.action.ExceptionHandler
Deprecated.
KNS Struts deprecated, use KRAD and the Spring MVC framework.
Handles any AuthorizationException by logging it first and then passing it forward to an explanation page.
-
Field Summary
Fields inherited from class org.apache.struts.action.ExceptionHandler
INCLUDE_PATH, SILENT_IF_COMMITTED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.struts.action.ActionForwardexecute(Exception exception, org.apache.struts.config.ExceptionConfig exceptionConfig, org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Deprecated.Logs the AuthorizationException before forwarding the user to the explanation page.Methods inherited from class org.apache.struts.action.ExceptionHandler
determineIncludePath, handleCommittedResponse, logException, storeException
-
Constructor Details
-
AuthorizationExceptionHandler
public AuthorizationExceptionHandler()Deprecated.
-
-
Method Details
-
execute
public org.apache.struts.action.ActionForward execute(Exception exception, org.apache.struts.config.ExceptionConfig exceptionConfig, org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Deprecated.Logs the AuthorizationException before forwarding the user to the explanation page.- Overrides:
executein classorg.apache.struts.action.ExceptionHandler- See Also:
-