Class AuthorizationExceptionForm

java.lang.Object
org.apache.struts.action.ActionForm
org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
org.kuali.rice.kns.web.struts.form.KualiForm
org.kuali.rice.kns.web.struts.form.AuthorizationExceptionForm
All Implemented Interfaces:
Serializable, PojoForm

@Deprecated public class AuthorizationExceptionForm extends KualiForm
Deprecated.
KNS Struts deprecated, use KRAD and the Spring MVC framework.
Provides the form for displaying an AuthorizationException.
See Also:
  • Constructor Details

    • AuthorizationExceptionForm

      public AuthorizationExceptionForm()
      Deprecated.
  • Method Details

    • reset

      public void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
      Deprecated.
      Resets the attributes of the form retrieved from session.
      Overrides:
      reset in class KualiForm
      Parameters:
      mapping -
      request -
    • getMessage

      public String getMessage()
      Deprecated.
    • setMessage

      public void setMessage(String message)
      Deprecated.