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, getExtraInformation
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 © 2019. All rights reserved.