Class CdcDisabledException

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

public class CdcDisabledException extends org.apache.ignite.lang.IgniteException
Exception that indicates that CDC (Change Data Capture) functionality is disabled. Enable through ignite.system.properties.cdcEnabled system property.
See Also:
  • Constructor Details

    • CdcDisabledException

      public CdcDisabledException()