Package org.apache.struts.action
Class InvalidCancelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.struts.action.InvalidCancelException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorDescriptionDefault constructor.InvalidCancelException
(String message) Construct the exception with the specified message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCancelException
public InvalidCancelException()Default constructor.
-
InvalidCancelException
Construct the exception with the specified message.
- Parameters:
message
- the message
-