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.
TokenMismatchException(Throwable cause) Constructs a new TokenMismatchException.
Parameters: cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).
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.
Fields inherited from org.jaffa.exceptions.CustomException