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 and Description |
---|
InvalidCancelException()
Default constructor.
|
InvalidCancelException(String message)
Construct the exception with the specified message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidCancelException()
Default constructor.
public InvalidCancelException(String message)
Construct the exception with the specified message.
message
- the messageCopyright © 2000–2016 Apache Software Foundation. All rights reserved.