Class InvalidTypeException

All Implemented Interfaces:
Serializable

public class InvalidTypeException extends DriverException
Thrown when a TypeCodec 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:
  • Constructor Details

    • InvalidTypeException

      public InvalidTypeException(String msg)
    • InvalidTypeException

      public InvalidTypeException(String msg, Throwable cause)