org.jaffa.exceptions
Class TokenMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jaffa.exceptions.CustomException
org.jaffa.exceptions.ApplicationException
org.jaffa.exceptions.TokenMismatchException
- All Implemented Interfaces:
- Serializable
- public class TokenMismatchException
- extends ApplicationException
This ApplicationException can be thrown by an application if the token on the form being submitted does not match the token in the corresponding component. This can happen when doing a browser Refresh.
- See Also:
- Serialized Form
TokenMismatchException
public TokenMismatchException()
- Constructs a new TokenMismatchException.
TokenMismatchException
public TokenMismatchException(Throwable cause)
- Constructs a new TokenMismatchException.
- Parameters:
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). A null value is permitted, and indicates that the cause is nonexistent or unknown.
Copyright © 2002-2004 JAFFA Project.