Class CdcReplicationNotFoundException

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

public class CdcReplicationNotFoundException extends org.apache.ignite.lang.IgniteException
Exception thrown when a CDC replication with the specified name is not found.
See Also:
  • Constructor Details

    • CdcReplicationNotFoundException

      public CdcReplicationNotFoundException(String replicationName)
      Constructs a new exception with the specified replication name.
      Parameters:
      replicationName - The name of the replication that was not found.