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)
Deprecated.
|
DisabledException(java.lang.String msg,
java.lang.Throwable t)
Constructs a
DisabledException with the specified message
and root cause. |
clearExtraInformation, getAuthentication, getExtraInformation, setAuthentication
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@Deprecated public DisabledException(java.lang.String msg, java.lang.Object extraInformation)