Class CassandraKeyspaceExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.data.cassandra.CassandraSchemaElementExistsException
org.springframework.data.cassandra.CassandraKeyspaceExistsException
All Implemented Interfaces:
Serializable

public class CassandraKeyspaceExistsException extends CassandraSchemaElementExistsException
Spring data access exception for Cassandra when a keyspace being created already exists.
Author:
Matthew T. Adams
See Also:
  • Constructor Details

    • CassandraKeyspaceExistsException

      public CassandraKeyspaceExistsException(String keyspaceName, String msg, Throwable cause)
  • Method Details

    • getKeyspaceName

      public String getKeyspaceName()