public class DisabledException extends AccountStatusException
Constructor and Description |
---|
DisabledException(String msg)
Constructs a
DisabledException with the specified message. |
DisabledException(String msg,
Object extraInformation)
Deprecated.
|
DisabledException(String msg,
Throwable t)
Constructs a
DisabledException with the specified message
and root cause. |
clearExtraInformation, getAuthentication, getExtraInformation, setAuthentication
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DisabledException(String msg)
DisabledException
with the specified message.msg
- the detail messagepublic DisabledException(String msg, Throwable t)
DisabledException
with the specified message
and root cause.msg
- the detail messaget
- root cause@Deprecated public DisabledException(String msg, Object extraInformation)