Class AccountLockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.broadleafcommerce.auth.user.service.password.AccountLockedException
- All Implemented Interfaces:
Serializable
Exception thrown when an attempt reset password is blocked due to a user account being locked.
- See Also:
-
Constructor Summary
ConstructorDescriptionAccountLockedException
(String message) AccountLockedException
(String message, Throwable cause) AccountLockedException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) AccountLockedException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AccountLockedException
public AccountLockedException() -
AccountLockedException
-
AccountLockedException
-
AccountLockedException
-
AccountLockedException
-