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, getExtraInformation
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 © 2015. All rights reserved.