org.apache.struts.action

Class 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.

Constructor Summary

InvalidCancelException()
Default constructor.
InvalidCancelException(String message)
Construct the exception with the specified message.

Constructor Details

InvalidCancelException

public InvalidCancelException()
Default constructor.

InvalidCancelException

public InvalidCancelException(String message)
Construct the exception with the specified message.
Parameters:
message - the message

Copyright B) 2000-2007 - The Apache Software Foundation