Class SchemaRegistryStoreException

All Implemented Interfaces:
Serializable

public class SchemaRegistryStoreException extends SchemaRegistryException
Indicates an error while performing an operation on the underlying data store that stores all schemas in the registry
See Also:
  • Constructor Details

    • SchemaRegistryStoreException

      public SchemaRegistryStoreException(String message, Throwable cause)
    • SchemaRegistryStoreException

      public SchemaRegistryStoreException(String message)
    • SchemaRegistryStoreException

      public SchemaRegistryStoreException(Throwable cause)
    • SchemaRegistryStoreException

      public SchemaRegistryStoreException()