org.apache.struts.chain
Class UnauthorizedActionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.struts.chain.UnauthorizedActionException
All Implemented Interfaces:
java.io.Serializable

public class UnauthorizedActionException
extends java.lang.Exception

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

Version:
$Rev: 54933 $ $Date: 2004-10-16 18:04:52 +0100 (Sat, 16 Oct 2004) $
Author:
Don Brown
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
UnauthorizedActionException()
          Constructor
UnauthorizedActionException(java.lang.String message)
          Constructor.
 
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()
Constructor


UnauthorizedActionException

public UnauthorizedActionException(java.lang.String message)
Constructor.

Parameters:
message - The error or warning message.


Copyright ? 2003 - Apache Software Foundation