Class InvalidPasswordException

All Implemented Interfaces:
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:
  • Constructor Details

    • InvalidPasswordException

      public InvalidPasswordException(String message, Throwable cause)
    • InvalidPasswordException

      public InvalidPasswordException(String message)
    • InvalidPasswordException

      public InvalidPasswordException(Throwable cause)