Class InconsistentClientDataTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.webauthn4j.util.exception.WebAuthnException
com.webauthn4j.validator.exception.ValidationException
com.webauthn4j.validator.exception.InconsistentClientDataTypeException
All Implemented Interfaces:
Serializable

public class InconsistentClientDataTypeException extends ValidationException
Thrown if inconsistent type is specified for client data
See Also:
  • Constructor Details

    • InconsistentClientDataTypeException

      public InconsistentClientDataTypeException(@Nullable String message, @Nullable Throwable cause)
    • InconsistentClientDataTypeException

      public InconsistentClientDataTypeException(@Nullable String message)
    • InconsistentClientDataTypeException

      public InconsistentClientDataTypeException(@Nullable Throwable cause)