org.apache.struts.action
Class InvalidCancelException
Exception
org.apache.struts.action.InvalidCancelException
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.
InvalidCancelException
public InvalidCancelException()
Default constructor.
InvalidCancelException
public InvalidCancelException(String message)
Construct the exception with the specified message.
Copyright B) 2000-2007 - The Apache Software Foundation