Class InvalidSchemaException

All Implemented Interfaces:
Serializable

public class InvalidSchemaException extends SchemaRegistryException
Indicates an invalid schema that does not conform to the expected format of the schema
See Also:
  • Constructor Details

    • InvalidSchemaException

      public InvalidSchemaException(String message, Throwable cause)
    • InvalidSchemaException

      public InvalidSchemaException(String message)
    • InvalidSchemaException

      public InvalidSchemaException(Throwable cause)
    • InvalidSchemaException

      public InvalidSchemaException()