Class PasswordIncorrectException

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

public class PasswordIncorrectException extends Exception
The PasswordIncorrectException class represents an exception that is thrown when a password entered by the user is incorrect. It extends the base Exception class.
See Also:
  • Constructor Details

    • PasswordIncorrectException

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