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
public class DebeziumException extends RuntimeException
Base exception returned by Debezium API.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description DebeziumException()DebeziumException(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 Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-