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 cause)
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 cause)
CredentialsExpiredException with the specified message
 and root cause.msg - the detail messagecause - root cause