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:
-
Field Summary
Fields inherited from class io.confluent.rest.exceptions.RestServerErrorException
DEFAULT_ERROR_CODE -
Constructor Summary
ConstructorsConstructorDescriptionRestSchemaRegistryStoreException(String message) RestSchemaRegistryStoreException(String message, Throwable cause) -
Method Summary
Methods inherited from class io.confluent.rest.exceptions.RestException
getErrorCode, getStatusMethods inherited from class jakarta.ws.rs.WebApplicationException
getResponseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RestSchemaRegistryStoreException
-
RestSchemaRegistryStoreException
-