Class KeyspaceAlreadyExistException

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

public class KeyspaceAlreadyExistException extends RuntimeException
Exception thrown when creating a keyspace with name already in use.
See Also:
  • Constructor Details

    • KeyspaceAlreadyExistException

      public KeyspaceAlreadyExistException(String ksName, String dbname)
      Constructor with keyspace name
      Parameters:
      ksName - keyspace name
      dbname - database name