Click or drag to resize

QueryTimeoutException Class

A server timeout during a query. Such an exception is returned when the query has been tried by a server coordinator but cannot be achieved with the requested consistency level within the rpc timeout set at server level.
Inheritance Hierarchy
SystemObject
  SystemException
    CassandraDriverException
      CassandraQueryValidationException
        CassandraQueryExecutionException
          CassandraQueryTimeoutException
            CassandraReadTimeoutException
            CassandraWriteTimeoutException

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.10.0
Syntax
C#
public abstract class QueryTimeoutException : QueryExecutionException

The QueryTimeoutException type exposes the following members.

Constructors
  NameDescription
Public methodQueryTimeoutException
Initializes a new instance of the QueryTimeoutException class
Top
Properties
  NameDescription
Public propertyConsistencyLevel
Gets the consistency level of the operation that time outed.
Public propertyReceivedAcknowledgements
Gets the number of replica that had acknowledged/responded to the operation before it time outed.
Public propertyRequiredAcknowledgements
Gets the minimum number of replica acknowledgements/responses that were required to fulfill the operation.
Top
See Also