Class InvalidPasswordException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.soffid.iam.exception.InvalidPasswordException
All Implemented Interfaces:
Serializable

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

    • 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.