public class InvalidTokenException
extends org.springframework.security.core.AuthenticationException
| Constructor and Description |
|---|
InvalidTokenException()
Constructs an empty
InvalidTokenException. |
InvalidTokenException(String msg)
Constructs a
InvalidTokenException with the specified message. |
InvalidTokenException(String msg,
Throwable t)
Constructs a
InvalidTokenException with the specified message and
root cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidTokenException()
InvalidTokenException.public InvalidTokenException(String msg)
InvalidTokenException with the specified message.msg - the detail messagepublic InvalidTokenException(String msg, Throwable t)
InvalidTokenException with the specified message and
root cause.msg - the detail messaget - root causeCopyright © 2017 S&C Software. All rights reserved.