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.Throwable t)
Constructs a
LockedException with the specified message and root
cause. |
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