java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.webauthn4j.util.exception.WebAuthnException
com.webauthn4j.verifier.exception.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
An abstract exception for verification violation
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedVerificationException(@Nullable String message) protectedVerificationException(@Nullable String message, @Nullable Throwable cause) protectedVerificationException(@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
-
VerificationException
-
VerificationException
-
VerificationException
-