public class LockedException extends AuthenticationException
| Constructor and Description |
|---|
LockedException(String msg)
Constructs a
LockedException with the specified message. |
LockedException(String msg,
Object extraInformation) |
LockedException(String msg,
Throwable t)
Constructs a
LockedException with the specified message and
root cause. |
getAuthentication, getExtraInformationcontains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 causeCopyright © 2021. All rights reserved.