org.apache.struts.chain.commands
Class UnauthorizedActionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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: 471754 $ $Date: 2005-06-04 10:58:46 -0400 (Sat, 04 Jun 2005) $
See Also:
Serialized Form

Constructor Summary
UnauthorizedActionException()
           Default no-argument constructor.
UnauthorizedActionException(String message)
           Constructor to set message on instantiation.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.