Class CodecNotFoundException
- 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.CodecNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class CodecNotFoundException extends DriverException
Thrown when a suitableTypeCodec
cannot be found byCodecRegistry
instances.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CodecNotFoundException(java.lang.String msg)
CodecNotFoundException(java.lang.Throwable cause)
-