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.Throwable t)
Constructs a
CredentialsExpiredException with the specified message
and root cause. |
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