Class CassandraTableExistsException

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.CassandraTableExistsException
All Implemented Interfaces:
Serializable

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

    • CassandraTableExistsException

      public CassandraTableExistsException(String tableName, String msg, Throwable cause)
  • Method Details

    • getTableName

      public String getTableName()