Module com.webauthn4j.core
Class SelfAttestationProhibitedException
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.SelfAttestationProhibitedException
- All Implemented Interfaces:
Serializable
Thrown if self attestation is specified while prohibited
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSelfAttestationProhibitedException(@Nullable String message) SelfAttestationProhibitedException(@Nullable String message, @Nullable Throwable cause) SelfAttestationProhibitedException(@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
-
SelfAttestationProhibitedException
-
SelfAttestationProhibitedException
-
SelfAttestationProhibitedException
-