Class CdcValidationException

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

public class CdcValidationException extends org.apache.ignite.lang.IgniteException
Exception thrown when there is a validation error in CDC operations. This exception is used to indicate that the provided data or configuration does not meet the required criteria for CDC operations.
See Also:
  • Constructor Details

    • CdcValidationException

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

      public CdcValidationException(Throwable cause)
      Constructs a new CdcValidationException with the specified cause.
      Parameters:
      cause - The cause of the exception.