Class ExperimentalSourceException

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

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

    • ExperimentalSourceException

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