public class CodecNotFoundException extends RuntimeException
TypeCodec cannot be found by the CodecRegistry.| Constructor and Description |
|---|
CodecNotFoundException(DataType cqlType,
GenericType<?> javaType) |
CodecNotFoundException(Throwable cause,
DataType cqlType,
GenericType<?> javaType) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
getCqlType() |
GenericType<?> |
getJavaType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CodecNotFoundException(@Nullable
DataType cqlType,
@Nullable
GenericType<?> javaType)
public CodecNotFoundException(@NonNull
Throwable cause,
@Nullable
DataType cqlType,
@Nullable
GenericType<?> javaType)
@Nullable public DataType getCqlType()
@Nullable public GenericType<?> getJavaType()
Copyright © 2017–2025. All rights reserved.