Class WrongPasswordException

All Implemented Interfaces:
Serializable

public class WrongPasswordException extends IllegalArgumentException
This exception is thrown when the user has entered a wrong password.
See Also:
  • Constructor Details

    • WrongPasswordException

      public WrongPasswordException(String message)
      Constructor for the WrongPasswordException
      Parameters:
      message - The message of the exception.