Uses of Class
com.datastax.driver.core.exceptions.QueryExecutionException

Packages that use QueryExecutionException
com.datastax.driver.core.exceptions Exceptions thrown by the DataStax Java driver for Cassandra. 
 

Uses of QueryExecutionException in com.datastax.driver.core.exceptions
 

Subclasses of QueryExecutionException in com.datastax.driver.core.exceptions
 class QueryTimeoutException
          A Cassandra timeout during a query.
 class ReadTimeoutException
          A Cassandra timeout during a read query.
 class TruncateException
          Error during a truncation operation.
 class UnavailableException
          Exception thrown when the coordinator knows there is not enough replica alive to perform a query with the requested consistency level.
 class WriteTimeoutException
          A Cassandra timeout during a write query.
 



Copyright © 2013. All rights reserved.