Class IncompatibleSchemaException

All Implemented Interfaces:
Serializable

public class IncompatibleSchemaException extends SchemaRegistryException
Indicates the schema is incompatible with the registered schema
See Also:
  • Constructor Details

    • IncompatibleSchemaException

      public IncompatibleSchemaException(String message, Throwable cause)
    • IncompatibleSchemaException

      public IncompatibleSchemaException(String message)
    • IncompatibleSchemaException

      public IncompatibleSchemaException(Throwable cause)
    • IncompatibleSchemaException

      public IncompatibleSchemaException()