public class CredentialsExpiredException extends AccountStatusException
| Constructor and Description |
|---|
CredentialsExpiredException(java.lang.String msg)
Constructs a
CredentialsExpiredException with the specified
message. |
CredentialsExpiredException(java.lang.String msg,
java.lang.Object extraInformation) |
CredentialsExpiredException(java.lang.String msg,
java.lang.Throwable t)
Constructs a
CredentialsExpiredException with the specified
message and root cause. |
getAuthentication, getExtraInformationcontains, getMessage, getMostSpecificCause, getRootCausepublic CredentialsExpiredException(java.lang.String msg)
CredentialsExpiredException with the specified
message.msg - the detail messagepublic CredentialsExpiredException(java.lang.String msg,
java.lang.Throwable t)
CredentialsExpiredException with the specified
message and root cause.msg - the detail messaget - root causepublic CredentialsExpiredException(java.lang.String msg,
java.lang.Object extraInformation)