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