public class CredentialsExpiredException extends AccountStatusException
Constructor and Description |
---|
CredentialsExpiredException(String msg)
Constructs a
CredentialsExpiredException with the specified
message. |
CredentialsExpiredException(String msg,
Object extraInformation)
Deprecated.
|
CredentialsExpiredException(String msg,
Throwable t)
Constructs a
CredentialsExpiredException with the specified
message and root cause. |
clearExtraInformation, getAuthentication, getExtraInformation, setAuthentication
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 cause@Deprecated public CredentialsExpiredException(String msg, Object extraInformation)