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