Class DriverInternalError

All Implemented Interfaces:
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:
  • Constructor Details

    • DriverInternalError

      public DriverInternalError(String message)
    • DriverInternalError

      public DriverInternalError(String message, Throwable cause)