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