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)
  • Method Details

    • getKeyspaceName

      public String getKeyspaceName()