Package com.dtsx.astra.sdk.db.exception
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
Exception thrown when creating a keyspace with name already in use.
- See Also:
-
Constructor Summary
ConstructorDescriptionKeyspaceAlreadyExistException
(String ksName, String dbname) Constructor with keyspace name -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KeyspaceAlreadyExistException
Constructor with keyspace name- Parameters:
ksName
- keyspace namedbname
- database name
-