Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.webauthn4j.util.exception.WebAuthnException
com.webauthn4j.validator.exception.ValidationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadAaguidException,BadAlgorithmException,BadAttestationStatementException,BadChallengeException,BadOriginException,BadRpIdException,BadSignatureException,CertificateException,ConstraintViolationException,CrossOriginException,InconsistentClientDataTypeException,MaliciousCounterValueException,MissingChallengeException,NotAllowedAlgorithmException,NotAllowedCredentialIdException,PublicKeyMismatchException,SelfAttestationProhibitedException,TokenBindingException,TrustAnchorNotFoundException,UnexpectedExtensionException,UserNotPresentException,UserNotVerifiedException
public abstract class ValidationException
extends com.webauthn4j.util.exception.WebAuthnException
An abstract exception for validation violation
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedValidationException(@Nullable String message) protectedValidationException(@Nullable String message, @Nullable Throwable cause) protectedValidationException(@Nullable Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationException
-
ValidationException
-
ValidationException
-