public class CredentialsExpiredException extends AuthenticationException
| Constructor and Description |
|---|
CredentialsExpiredException(String msg)
Constructs a
CredentialsExpiredException with the specified
message. |
CredentialsExpiredException(String msg,
Object extraInformation) |
CredentialsExpiredException(String msg,
Throwable t)
Constructs a
CredentialsExpiredException with the specified
message and root cause. |
getAuthentication, getExtraInformationcontains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CredentialsExpiredException(String msg)
CredentialsExpiredException with the specified
message.msg - the detail messagepublic CredentialsExpiredException(String msg, Throwable t)
CredentialsExpiredException with the specified
message and root cause.msg - the detail messaget - root causeCopyright © 2021. All rights reserved.