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
Spring data access exception for when a Cassandra table being created already exists.
- Author:
- Matthew T. Adams, Mark Paluch
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCassandraTableExistsException(String tableName, String msg, Throwable cause) Constructor forCassandraTableExistsException. -
Method Summary
Methods inherited from class NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CassandraTableExistsException
Constructor forCassandraTableExistsException.- Parameters:
tableName- the table name.msg- the detail message.cause- the root cause from the underlying data access API.
-
-
Method Details
-
getTableName
-