Class PasswordMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.commerceservices.customer.PasswordMismatchException
-
- All Implemented Interfaces:
java.io.Serializable
public class PasswordMismatchException extends java.lang.ExceptionException 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasswordMismatchException(java.lang.String message)PasswordMismatchException(java.lang.String message, java.lang.Throwable cause)PasswordMismatchException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
PasswordMismatchException
public PasswordMismatchException(java.lang.String message)
-
PasswordMismatchException
public PasswordMismatchException(java.lang.Throwable cause)
-
PasswordMismatchException
public PasswordMismatchException(java.lang.String message, java.lang.Throwable cause)
-
-