Uses of Class
org.apache.cassandra.cql3.functions.types.exceptions.DriverException
-
Packages that use DriverException Package Description org.apache.cassandra.cql3.functions.types.exceptions -
-
Uses of DriverException in org.apache.cassandra.cql3.functions.types.exceptions
Subclasses of DriverException in org.apache.cassandra.cql3.functions.types.exceptions Modifier and Type Class Description class
CodecNotFoundException
Thrown when a suitableTypeCodec
cannot be found byCodecRegistry
instances.class
DriverInternalError
An unexpected error happened internally.class
InvalidTypeException
Thrown when aTypeCodec
is unable to perform the requested operation (serialization, deserialization, parsing or formatting) because the object or the byte buffer content being processed does not comply with the expected Java and/or CQL type.
-