Class CassandraSchemaElementExistsException
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CassandraKeyspaceExistsException
,CassandraTableExistsException
public class CassandraSchemaElementExistsException
extends org.springframework.dao.NonTransientDataAccessException
Spring data access exception for when Cassandra schema element being created already exists.
- Author:
- Matthew T. Adams, Mark Paluch
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Deprecated. -
Constructor Summary
ConstructorDescriptionCassandraSchemaElementExistsException
(String msg, Throwable cause) CassandraSchemaElementExistsException
(String elementName, CassandraSchemaElementExistsException.ElementType elementType, String msg, Throwable cause) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CassandraSchemaElementExistsException
@Deprecated public CassandraSchemaElementExistsException(String elementName, CassandraSchemaElementExistsException.ElementType elementType, String msg, Throwable cause) Deprecated. -
CassandraSchemaElementExistsException
-
-
Method Details
-
getElementName
Deprecated. -
getElementType
Deprecated.
-