Class CDCException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.nifi.cdc.CDCException
All Implemented Interfaces:
Serializable

public class CDCException extends Exception
An exception class representing errors that occur during Change Data Capture (CDC) processing
See Also:
  • Constructor Details

    • CDCException

      public CDCException()
    • CDCException

      public CDCException(String message)
    • CDCException

      public CDCException(String message, Throwable cause)
    • CDCException

      public CDCException(Throwable cause)
    • CDCException

      public CDCException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)