Class ChangeDataCaptureNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.dtsx.astra.sdk.db.exception.ChangeDataCaptureNotFoundException
All Implemented Interfaces:
Serializable

public class ChangeDataCaptureNotFoundException extends RuntimeException
Exception thrown when accessing a region from its name, and it is not found.
See Also:
  • Constructor Details

    • ChangeDataCaptureNotFoundException

      public ChangeDataCaptureNotFoundException(String id, String db)
      Constructor.
      Parameters:
      id - cdc identifier
      db - database identifier
    • ChangeDataCaptureNotFoundException

      public ChangeDataCaptureNotFoundException(String keyspace, String table, String tenant, String db)
      Constructor.
      Parameters:
      keyspace - keyspace name
      table - table name
      tenant - tenant name
      db - database identifier