Class InvalidSchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryException
io.confluent.kafka.schemaregistry.exceptions.InvalidSchemaException
- All Implemented Interfaces:
Serializable
Indicates an invalid schema that does not conform to the expected format of the schema
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidSchemaException(String message) InvalidSchemaException(String message, Throwable cause) InvalidSchemaException(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
-
InvalidSchemaException
-
InvalidSchemaException
-
InvalidSchemaException
-
InvalidSchemaException
public InvalidSchemaException()
-