Class PasswordNotValidException

All Implemented Interfaces:
Serializable, TranslatableException

public class PasswordNotValidException extends UnprocessableEntityException implements TranslatableException
This class provides an exception to be used when trying to create an EPerson with password that not match regular expression configured in this variable "authentication-password.regex-validation.pattern" in dspace.cfg or during the patch of password.
Author:
Mykhaylo Boychuk (mykhaylo.boychuk@4science.com)
See Also:
  • Field Details

  • Constructor Details

    • PasswordNotValidException

      public PasswordNotValidException()
    • PasswordNotValidException

      public PasswordNotValidException(Throwable cause)
  • Method Details