public class UserAccountTemporarilyLockedException
extends org.springframework.security.core.AuthenticationException
Constructor and Description |
---|
UserAccountTemporarilyLockedException(Date lockedTimeout)
specific constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getFormattedLockedTimeout(Locale locale,
TimeZone timezone)
A formatted locked timeout
|
Date |
getLockedTimeout() |
clearExtraInformation, getAuthentication, getExtraInformation, setAuthentication
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UserAccountTemporarilyLockedException(Date lockedTimeout)
msg
- exception messagelockedTimeout
- timeout of locked userCopyright © 2019 Communote team. All rights reserved.