Class DataException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SchemaBuilderException, SchemaProjectorException

public class DataException
extends ConnectException
Base class for all Kafka Connect data API exceptions.
See Also:
Serialized Form
  • Constructor Details

    • DataException

      public DataException​(String s)
    • DataException

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

      public DataException​(Throwable throwable)