com.aoindustries.website
Class PermissionDeniedAction

java.lang.Object
  extended by Action
      extended by com.aoindustries.website.PermissionDeniedAction

public class PermissionDeniedAction
extends Action

Sends a 403 error.

Author:
Dan Armstrong <dan@aoindustries.com>

Constructor Summary
PermissionDeniedAction()
           
 
Method Summary
 ActionForward execute(ActionMapping mapping, ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermissionDeniedAction

public PermissionDeniedAction()
Method Detail

execute

public ActionForward execute(ActionMapping mapping,
                             ActionForm form,
                             javax.servlet.http.HttpServletRequest request,
                             javax.servlet.http.HttpServletResponse response)
                      throws java.lang.Exception
Throws:
java.lang.Exception