Package org.apache.kafka.connect.errors
package org.apache.kafka.connect.errors
Provides common exception classes for Connect, used by the framework and plugins to communicate failures.
-
ClassDescriptionIndicates the operation tried to create an entity that already exists.ConnectException is the top-level exception type generated by Kafka Connect and connector implementations.Base class for all Kafka Connect data API exceptions.Indicates that a method has been invoked illegally or at an invalid time by a connector or task.Indicates that an operation attempted to modify or delete a connector or task that is not present on the worker.An exception that indicates the operation can be reattempted.