Uses of Enum Class
org.springframework.data.cassandra.CassandraSchemaElementExistsException.ElementType
-
Uses of CassandraSchemaElementExistsException.ElementType in org.springframework.data.cassandra
Modifier and TypeMethodDescriptionCassandraSchemaElementExistsException.getElementType()
Deprecated.Deprecated.Returns the enum constant of this class with the specified name.CassandraSchemaElementExistsException.ElementType.values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionCassandraSchemaElementExistsException
(String elementName, CassandraSchemaElementExistsException.ElementType elementType, String msg, Throwable cause) Deprecated.