Class InvalidPasswordException

  • All Implemented Interfaces:
    Serializable

    public class InvalidPasswordException
    extends Exception
    An exception that indicates an invalid password was supplied.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidPasswordException

        public InvalidPasswordException​(String msg)
        Constructor.
        Parameters:
        msg - A msg to go with this exception.