public class AccountExpiredException extends AccountStatusException
Constructor and Description |
---|
AccountExpiredException(java.lang.String msg)
Constructs a
AccountExpiredException with the specified message. |
AccountExpiredException(java.lang.String msg,
java.lang.Throwable t)
Constructs a
AccountExpiredException with the specified message and
root cause. |
public AccountExpiredException(java.lang.String msg)
AccountExpiredException
with the specified message.msg
- the detail messagepublic AccountExpiredException(java.lang.String msg, java.lang.Throwable t)
AccountExpiredException
with the specified message and
root cause.msg
- the detail messaget
- root cause