Class LockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
org.springframework.security.authentication.AccountStatusException
org.craftercms.studio.api.v2.security.authentication.LockedException
- All Implemented Interfaces:
Serializable
public class LockedException
extends org.springframework.security.authentication.AccountStatusException
Exception thrown when an authentication attempt is rejected because the account is locked.
- Since:
- 4.1.2
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LockedException
-
-
Method Details
-
getLockedTimeSeconds
public long getLockedTimeSeconds() -
getUsername
-