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:
Serializable
An unexpected error happened internally.
This should never be raised and indicates a bug (either in the driver or in Cassandra).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDriverInternalError(String message) DriverInternalError(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DriverInternalError
-
DriverInternalError
-