Class ExperimentalSinkException

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

public class ExperimentalSinkException extends org.apache.ignite.lang.IgniteException
Exception thrown when an experimental CDC sink type is created or updated without the --experimental opt-in.
See Also:
  • Constructor Details

    • ExperimentalSinkException

      public ExperimentalSinkException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - The detail message.