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)
Deprecated.
|
CredentialsExpiredException(java.lang.String msg,
java.lang.Throwable t)
Constructs a
CredentialsExpiredException with the specified
message and root cause. |
clearExtraInformation, getAuthentication, getExtraInformation, setAuthentication
public 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 cause@Deprecated public CredentialsExpiredException(java.lang.String msg, java.lang.Object extraInformation)