Class CdcSinkWriteBatchInternalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.lang.IgniteException
org.gridgain.internal.cdc.api.exception.CdcInternalException
org.gridgain.internal.cdc.api.exception.sink.CdcSinkWriteBatchInternalException
All Implemented Interfaces:
Serializable, org.apache.ignite.lang.TraceableException

public class CdcSinkWriteBatchInternalException extends CdcInternalException
Exception that indicates an internal error in CDC sink write batch processing. This exception is used to signal issues that are not expected to occur during normal operation of the CDC sink.
See Also:
  • Constructor Details

    • CdcSinkWriteBatchInternalException

      public CdcSinkWriteBatchInternalException(String message)
    • CdcSinkWriteBatchInternalException

      public CdcSinkWriteBatchInternalException(Throwable cause)