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 classCodecNotFoundExceptionThrown when a suitableTypeCodeccannot be found byCodecRegistryinstances.classDriverInternalErrorAn unexpected error happened internally.classInvalidTypeExceptionThrown when aTypeCodecis 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.
-