public class LockedException extends AccountStatusException
Constructor and Description |
---|
LockedException(java.lang.String msg)
Constructs a
LockedException with the specified message. |
LockedException(java.lang.String msg,
java.lang.Object extraInformation)
Deprecated.
|
LockedException(java.lang.String msg,
java.lang.Throwable t)
Constructs a
LockedException with the specified message and
root cause. |
clearExtraInformation, getAuthentication, getExtraInformation, setAuthentication
public LockedException(java.lang.String msg)
LockedException
with the specified message.msg
- the detail message.public LockedException(java.lang.String msg, java.lang.Throwable t)
LockedException
with the specified message and
root cause.msg
- the detail message.t
- root cause@Deprecated public LockedException(java.lang.String msg, java.lang.Object extraInformation)