Class 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)
      Parameters:
      keyspaceName - the keyspace name.
      msg - the detail message.
      cause - the root cause from the underlying data access API.
  • Method Details

    • getKeyspaceName

      public String getKeyspaceName()