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 ConnectExceptionextends org.apache.kafka.common.KafkaException
ConnectException is the top-level exception type generated by Kafka Connect and connector implementations.
- See Also:
Constructor Summary
ConstructorsConstructorDescriptionConnectException(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