Module com.webauthn4j.core
Class TrustAnchorNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.webauthn4j.util.exception.WebAuthnException
com.webauthn4j.verifier.exception.VerificationException
com.webauthn4j.verifier.exception.TrustAnchorNotFoundException
- All Implemented Interfaces:
Serializable
Thrown if no trust anchor chained to the attestation certificate is found
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTrustAnchorNotFoundException(@Nullable String message) TrustAnchorNotFoundException(@Nullable String message, @Nullable Throwable cause) TrustAnchorNotFoundException(@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
-
TrustAnchorNotFoundException
-
TrustAnchorNotFoundException
-
TrustAnchorNotFoundException
-