Class ConnectException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlreadyExistsException, DataException, IllegalWorkerStateException, NotFoundException, RetriableException

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

    • ConnectException

      public ConnectException​(String s)
    • ConnectException

      public ConnectException​(String s, Throwable throwable)
    • ConnectException

      public ConnectException​(Throwable throwable)