Class InvalidTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.cassandra.cql3.functions.types.exceptions.DriverException
-
- org.apache.cassandra.cql3.functions.types.exceptions.InvalidTypeException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidTypeException extends DriverException
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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidTypeException(java.lang.String msg)
InvalidTypeException(java.lang.String msg, java.lang.Throwable cause)
-