Package org.apache.kafka.connect.errors
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 KafkaException
ConnectException is the top-level exception type generated by Kafka Connect and connector implementations.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ConnectException(String s)
ConnectException(String s, Throwable throwable)
ConnectException(Throwable throwable)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectException
-
ConnectException
-
ConnectException
-