java.io.Serializablepublic class InvalidTokenException extends TokenEvaluationException
| Constructor | Description |
|---|---|
InvalidTokenException(Token token) |
Instantiates a new invalid token exception.
|
InvalidTokenException(java.lang.String msg,
Token token) |
Instantiates a new invalid token exception.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringgetTokenpublic InvalidTokenException(Token token)
token - the tokenpublic InvalidTokenException(java.lang.String msg,
Token token)
msg - the detail messagetoken - the tokenCopyright © 2008–2018 The Aspectran Project. All rights reserved.