public class LockedException extends AccountStatusException
Constructor and Description |
---|
LockedException(String msg)
Constructs a
LockedException with the specified message. |
LockedException(String msg,
Object extraInformation)
Deprecated.
|
LockedException(String msg,
Throwable t)
Constructs a
LockedException 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 LockedException(String msg)
LockedException
with the specified message.msg
- the detail message.public LockedException(String msg, Throwable t)
LockedException
with the specified message and
root cause.msg
- the detail message.t
- root cause@Deprecated public LockedException(String msg, Object extraInformation)