Class InvalidPasswordException

  • All Implemented Interfaces:
    Serializable

    public class InvalidPasswordException
    extends Exception
    ContraseƱa incorrecta
    Version:
    $Revision: 1.1.2.1 $
    Author:
    $Author: u07286 $
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidPasswordException

        public InvalidPasswordException()
        Creates new InvalidPasswordException without detail message.
      • InvalidPasswordException

        public InvalidPasswordException​(String msg)
        Constructs an InvalidPasswordException with the specified detail message.
        Parameters:
        msg - the detail message.