Class DriverInternalError
- 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.DriverInternalError
-
- All Implemented Interfaces:
java.io.Serializable
public class DriverInternalError extends DriverException
An unexpected error happened internally.This should never be raised and indicates a bug (either in the driver or in Cassandra).
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DriverInternalError(java.lang.String message)
DriverInternalError(java.lang.String message, java.lang.Throwable cause)
-