Class CassandraDriverTimeoutException

All Implemented Interfaces:
Serializable

public class CassandraDriverTimeoutException extends QueryTimeoutException
This exception is thrown when driver has timed out during any interaction with the Cassandra coordinator node.
Since:
4.2
Author:
Mikhail Polivakha
See Also:
  • Constructor Details

    • CassandraDriverTimeoutException

      public CassandraDriverTimeoutException(String message, Throwable cause)
      Parameters:
      message - the detail message.
      cause - the root cause from the underlying data access API.