org.apache.struts.action
Class InvalidCancelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.struts.action.InvalidCancelException
All Implemented Interfaces:
Serializable

public class InvalidCancelException
extends Exception

Thrown when a token generated by the Cancel tag is found in the request, but the cancellable property for the Action Mapping is not set.

See Also:
Serialized Form

Constructor Summary
InvalidCancelException()
          Default constructor.
InvalidCancelException(String message)
          Construct the exception with the specified message.
 
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

InvalidCancelException

public InvalidCancelException()

Default constructor.


InvalidCancelException

public InvalidCancelException(String message)

Construct the exception with the specified message.

Parameters:
message - the message


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