Module com.webauthn4j.core
Class InconsistentClientDataTypeException
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.InconsistentClientDataTypeException
- All Implemented Interfaces:
Serializable
Thrown if inconsistent type is specified for client data
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInconsistentClientDataTypeException(@Nullable String message) InconsistentClientDataTypeException(@Nullable String message, @Nullable Throwable cause) InconsistentClientDataTypeException(@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
-
InconsistentClientDataTypeException
-
InconsistentClientDataTypeException
-
InconsistentClientDataTypeException
-