Package org.apache.kafka.connect.errors
Class DataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.kafka.common.KafkaException
org.apache.kafka.connect.errors.ConnectException
org.apache.kafka.connect.errors.DataException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SchemaBuilderException
,SchemaProjectorException
Base class for all Kafka Connect data API exceptions.
- See Also:
-
Constructor Summary
ConstructorDescriptionDataException
(String s, Throwable throwable) DataException
(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
-
DataException
-
DataException
-
DataException
-