Package org.apache.kafka.connect.errors
Class SchemaBuilderException
- 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
-
- org.apache.kafka.connect.errors.SchemaBuilderException
-
- All Implemented Interfaces:
Serializable
public class SchemaBuilderException extends DataException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaBuilderException(String s)
SchemaBuilderException(String s, Throwable throwable)
SchemaBuilderException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-