Class RestSchemaRegistryStoreException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.ws.rs.WebApplicationException
io.confluent.rest.exceptions.RestException
io.confluent.rest.exceptions.RestServerErrorException
io.confluent.kafka.schemaregistry.rest.exceptions.RestSchemaRegistryStoreException
All Implemented Interfaces:
Serializable

public class RestSchemaRegistryStoreException extends io.confluent.rest.exceptions.RestServerErrorException
Indicates an error while performing an operation on the underlying data store that stores all schemas in the registry
See Also:
  • Constructor Details

    • RestSchemaRegistryStoreException

      public RestSchemaRegistryStoreException(String message)
    • RestSchemaRegistryStoreException

      public RestSchemaRegistryStoreException(String message, Throwable cause)