Package org.apache.struts.chain.commands
Class UnauthorizedActionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.struts.chain.commands.UnauthorizedActionException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorDescriptionDefault no-argument constructor.UnauthorizedActionException
(String message) Constructor to set message on instantiation. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnauthorizedActionException
public UnauthorizedActionException()Default no-argument constructor.
-
UnauthorizedActionException
Constructor to set message on instantiation.
- Parameters:
message
- The error or warning message.
-