org.apache.struts.action
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.
| Constructor Summary | |
|---|---|
| InvalidCancelException() Default constructor. | |
| InvalidCancelException(String message) Construct the exception with the specified message. | |
Default constructor.
Construct the exception with the specified message.
Parameters: message the message