Class VerificationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadAaguidException, BadAlgorithmException, BadAttestationStatementException, BadBackupEligibleFlagException, BadChallengeException, BadOriginException, BadRpIdException, BadSignatureException, CertificateException, ConstraintViolationException, CredentialIdTooLongException, CrossOriginException, IllegalBackupStateException, InconsistentClientDataTypeException, MaliciousCounterValueException, MissingChallengeException, NotAllowedAlgorithmException, NotAllowedCredentialIdException, PublicKeyMismatchException, SelfAttestationProhibitedException, TokenBindingException, TrustAnchorNotFoundException, UnexpectedExtensionException, UserNotPresentException, UserNotVerifiedException

public abstract class VerificationException extends WebAuthnException
An abstract exception for verification violation
See Also:
  • Constructor Details

    • VerificationException

      protected VerificationException(@Nullable @Nullable String message, @Nullable @Nullable Throwable cause)
    • VerificationException

      protected VerificationException(@Nullable @Nullable String message)
    • VerificationException

      protected VerificationException(@Nullable @Nullable Throwable cause)