Class SchemaRegistryStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryException
io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryStoreException
- All Implemented Interfaces:
Serializable
Indicates an error while performing an operation on the underlying data store that
stores all schemas in the registry
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSchemaRegistryStoreException(String message) SchemaRegistryStoreException(String message, 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
-
SchemaRegistryStoreException
-
SchemaRegistryStoreException
-
SchemaRegistryStoreException
-
SchemaRegistryStoreException
public SchemaRegistryStoreException()
-