Class PasswordIncorrectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
exception.PasswordIncorrectException
All Implemented Interfaces:
Serializable

public class PasswordIncorrectException extends Exception
Custom checked exception thrown during authentication processes (like login or password change verification) when the provided password does not match the stored credentials for the user account.
See Also:
  • Constructor Details

    • PasswordIncorrectException

      public PasswordIncorrectException()
      Constructs a new PasswordIncorrectException with a default detail message. The default message is "Password is incorrect.".