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 |
|---|---|
DataType |
getCqlType() |
com.google.common.reflect.TypeToken<?> |
getJavaType() |
copyaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2012–2015. All rights reserved.