public class CodecNotFoundException extends DriverException
TypeCodec
cannot be found by
CodecRegistry
instances.Constructor and Description |
---|
CodecNotFoundException(String msg,
DataType cqlType,
com.google.common.reflect.TypeToken<?> javaType) |
CodecNotFoundException(Throwable cause,
DataType cqlType,
com.google.common.reflect.TypeToken<?> javaType) |
Modifier and Type | Method and Description |
---|---|
CodecNotFoundException |
copy()
Copy the exception.
|
DataType |
getCqlType() |
com.google.common.reflect.TypeToken<?> |
getJavaType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CodecNotFoundException(String msg, DataType cqlType, com.google.common.reflect.TypeToken<?> javaType)
public DataType getCqlType()
public com.google.common.reflect.TypeToken<?> getJavaType()
public CodecNotFoundException copy()
DriverException
copy
in class DriverException