Class PasswordMismatchException

All Implemented Interfaces:
Serializable

public class PasswordMismatchException extends SystemException
Exception is thrown when there is attempt to change customer password but given old password does not match the one stored in the system.
See Also:
  • Constructor Details

    • PasswordMismatchException

      public PasswordMismatchException(String message)
    • PasswordMismatchException

      public PasswordMismatchException(Throwable cause)
    • PasswordMismatchException

      public PasswordMismatchException(String message, Throwable cause)