Klasse PasswordMismatchException

Alle implementierten Schnittstellen:
Serializable

public class PasswordMismatchException extends FulcrumSecurityException
Thrown to indicate that the password supplied by user was incorrect.
Version:
$Id: PasswordMismatchException.java 1374008 2012-08-16 19:42:18Z tv $
Autor:
Rafal Krzewski
Siehe auch:
  • Konstruktordetails

    • PasswordMismatchException

      public PasswordMismatchException(String msg)
      Construct an PasswordMismatchException with specified detail message.
      Parameter:
      msg - The detail message.