Class UnauthorizedActionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.struts.chain.commands.UnauthorizedActionException
All Implemented Interfaces:
Serializable

public class UnauthorizedActionException extends Exception

Exception thrown when the chosen action mapping is not authorized for the current request.

Version:
$Rev$ $Date: 2005-06-04 10:58:46 -0400 (Sat, 04 Jun 2005) $
See Also:
  • Constructor Details

    • UnauthorizedActionException

      public UnauthorizedActionException()

      Default no-argument constructor.

    • UnauthorizedActionException

      public UnauthorizedActionException(String message)

      Constructor to set message on instantiation.

      Parameters:
      message - The error or warning message.