Class AccountLockedException

  • All Implemented Interfaces:
    Serializable

    public class AccountLockedException
    extends Exception
    Exception thrown when an attempt reset password is blocked due to a user account being locked.
    See Also:
    Serialized Form
    • Constructor Detail

      • AccountLockedException

        public AccountLockedException()
      • AccountLockedException

        public AccountLockedException​(String message)
      • AccountLockedException

        public AccountLockedException​(String message,
                                      Throwable cause)
      • AccountLockedException

        public AccountLockedException​(Throwable cause)
      • AccountLockedException

        public AccountLockedException​(String message,
                                      Throwable cause,
                                      boolean enableSuppression,
                                      boolean writableStackTrace)