Class InvalidPasswordException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.servicelayer.exceptions.SystemException
-
- de.hybris.platform.b2bacceleratorfacades.customer.exception.InvalidPasswordException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidPasswordException extends SystemException
Exception is thrown when there is attempt to change customer password but it does not match the validation regex.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidPasswordException(java.lang.String message)InvalidPasswordException(java.lang.String message, java.lang.Throwable cause)InvalidPasswordException(java.lang.Throwable cause)
-