| Class | Description |
|---|---|
| Errors | |
| JettyEofExceptionMapper |
This class is intended to catch Early EOF errors that occur when the client disconnects
while the server is reading from the input stream.
|
| JettyEofExceptionWriterInterceptor |
A
WriterInterceptor to swallow EofException which
occurs when a client disconnects before the complete response could be sent. |
| Exception | Description |
|---|---|
| RestIdDoesNotMatchException |
Indicates that the ID of an imported schema does not match the existing ID.
|
| RestIncompatibleSchemaException |
An exception thrown when the registered schema is not compatible with the latest schema according
to the compatibility level.
|
| RestInvalidCompatibilityException | |
| RestInvalidModeException | |
| RestInvalidRuleSetException | |
| RestInvalidSchemaException |
Indicates an invalid schema that does not conform to the expected format of the schema
|
| RestInvalidSubjectException |
Indicates an invalid subject name
|
| RestInvalidVersionException |
Indicates that the version is not a valid version id.
|
| RestOperationNotPermittedException | |
| RestReferenceExistsException |
Indicates a reference exists to the given schema, so it cannot be deleted.
|
| RestRequestForwardingException |
Indicates a problem while forwarding the request to the leader node in a schema
registry cluster
|
| RestSchemaRegistryException |
Indicates some error while performing a schema registry operation
|
| RestSchemaRegistryStoreException |
Indicates an error while performing an operation on the underlying data store that
stores all schemas in the registry
|
| RestSchemaRegistryTimeoutException |
Indicates that some schema registry operation timed out.
|
| RestSchemaTooLargeException | |
| RestUnknownLeaderException |
Copyright © 2026 Confluent, Inc.. All rights reserved.