Class UserPasswordException

All Implemented Interfaces:
Serializable

public class UserPasswordException extends UserException
Thrown when an invalid password is specified.
Since:
1.2
See Also:
  • Constructor Details

    • UserPasswordException

      public UserPasswordException(String message)
      Constructs an UserPasswordException with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage() method).