Class InvalidCancelException

java.lang.Object
java.lang.Throwable
java.lang.Exception
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:
  • Constructor Details

    • InvalidCancelException

      public InvalidCancelException()

      Default constructor.

    • InvalidCancelException

      public InvalidCancelException(String message)

      Construct the exception with the specified message.

      Parameters:
      message - the message