Package com.pingidentity.sdk.password
Class PasswordValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pingidentity.sdk.password.PasswordValidationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PasswordCredentialValidatorAuthnException
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:
-
Constructor Summary
ConstructorsConstructorDescriptionPasswordValidationException(String message) PasswordValidationException(String message, Throwable exception) PasswordValidationException(Throwable exception) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PasswordValidationException
public PasswordValidationException() -
PasswordValidationException
-
PasswordValidationException
-
PasswordValidationException
-