See: Description
| Exception | Description |
|---|---|
| AlreadyExistsException | Indicates the operation tried to create an entity that already exists. |
| ConnectException | ConnectException is the top-level exception type generated by Kafka Connect and connector implementations. |
| DataException | Base class for all Kafka Connect data API exceptions. |
| IllegalWorkerStateException | Indicates that a method has been invoked illegally or at an invalid time by a connector or task. |
| NotFoundException | Indicates that an operation attempted to modify or delete a connector or task that is not present on the worker. |
| RetriableException | An exception that indicates the operation can be reattempted. |
| SchemaBuilderException | Indicates an error while building a schema via SchemaBuilder |
| SchemaProjectorException | Indicates an error while projecting a schema via SchemaProjector |