Package org.apache.nifi.cdc
Class CDCException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.nifi.cdc.CDCException
- All Implemented Interfaces:
Serializable
An exception class representing errors that occur during Change Data Capture (CDC) processing
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCDCException(String message) CDCException(String message, Throwable cause) CDCException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) CDCException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CDCException
public CDCException() -
CDCException
-
CDCException
-
CDCException
-
CDCException
-