Class CdcInternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.lang.IgniteException
org.gridgain.internal.cdc.api.exception.CdcInternalException
- All Implemented Interfaces:
Serializable,org.apache.ignite.lang.TraceableException
- Direct Known Subclasses:
CdcSinkAlreadyInitializedInternalException,CdcSinkCloseInternalException,CdcSinkFlushInternalException,CdcSinkNotInitializedInternalException,CdcSinkWriteBatchInternalException
public class CdcInternalException
extends org.apache.ignite.lang.IgniteException
Exception that indicates an internal error in CDC (Change Data Capture) processing.
This exception is used to signal issues that are not expected to occur during normal operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.ignite.lang.IgniteException
code, codeAsString, errorCode, groupCode, groupName, toString, traceIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
CdcInternalException
-
CdcInternalException
-