Class PasswordMismatchException

All Implemented Interfaces:
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 $
Author:
Rafal Krzewski
See Also:
  • Constructor Details

    • PasswordMismatchException

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