Package io.debezium
Class DebeziumException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.debezium.DebeziumException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StopEngineException
Base exception returned by Debezium API.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDebeziumException(String message) DebeziumException(String message, Throwable cause) DebeziumException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) DebeziumException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
DebeziumException
public DebeziumException() -
DebeziumException
-
DebeziumException
-
DebeziumException
-
DebeziumException
-