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.Object extraInformation) |
DisabledException(java.lang.String msg,
java.lang.Throwable t)
Constructs a
DisabledException with the specified message
and root cause. |
getAuthentication, getExtraInformationcontains, getMessage, getMostSpecificCause, getRootCausepublic 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 causepublic DisabledException(java.lang.String msg,
java.lang.Object extraInformation)