java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.struts.action.InvalidCancelException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidCancelException
- extends java.lang.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.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidCancelException
public InvalidCancelException()
Default constructor.
InvalidCancelException
public InvalidCancelException(java.lang.String message)
Construct the exception with the specified message.