Class CdcSinkAlreadyExistsException

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

public class CdcSinkAlreadyExistsException extends org.apache.ignite.lang.IgniteException
Exception thrown when a CDC sink with the specified name already exists.
See Also:
  • Constructor Details

    • CdcSinkAlreadyExistsException

      public CdcSinkAlreadyExistsException(String sourceName)
      Constructs a new exception with the specified sink name.
      Parameters:
      sourceName - The name of the sink that already exists.