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