Class PasswordValidationException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    PasswordCredentialValidatorAuthnException

    public class PasswordValidationException
    extends RuntimeException
    Runtime exception to indicate the password validator fails to process the username/password combination. This exception can be the result of configuration or validation errors, or system errors (e.g., data source is * unreachable). When subclassed, it may also be used to redirect the processing flow (e.g., force a password reset).
    See Also:
    Serialized Form
    • Constructor Detail

      • PasswordValidationException

        public PasswordValidationException()
      • PasswordValidationException

        public PasswordValidationException​(String message)
      • PasswordValidationException

        public PasswordValidationException​(Throwable exception)
      • PasswordValidationException

        public PasswordValidationException​(String message,
                                           Throwable exception)