Class ConnectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.kafka.common.KafkaException
org.apache.kafka.connect.errors.ConnectException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlreadyExistsException, DataException, IllegalWorkerStateException, NotFoundException, RetriableException

public class ConnectException extends org.apache.kafka.common.KafkaException
ConnectException is the top-level exception type generated by Kafka Connect and connector implementations.
See Also:
  • Constructor Details

    • ConnectException

      public ConnectException(String s)
    • ConnectException

      public ConnectException(String s, Throwable throwable)
    • ConnectException

      public ConnectException(Throwable throwable)