Serialized Form


Package com.datastax.driver.core.exceptions

Class com.datastax.driver.core.exceptions.AlreadyExistsException extends QueryValidationException implements Serializable

Serialized Fields

keyspace

String keyspace

table

String table

Class com.datastax.driver.core.exceptions.AuthenticationException extends DriverUncheckedException implements Serializable

Serialized Fields

host

InetAddress host

Class com.datastax.driver.core.exceptions.DriverException extends Exception implements Serializable

Class com.datastax.driver.core.exceptions.DriverInternalError extends RuntimeException implements Serializable

Class com.datastax.driver.core.exceptions.DriverUncheckedException extends RuntimeException implements Serializable

Class com.datastax.driver.core.exceptions.InvalidConfigurationInQueryException extends InvalidQueryException implements Serializable

Class com.datastax.driver.core.exceptions.InvalidQueryException extends QueryValidationException implements Serializable

Class com.datastax.driver.core.exceptions.InvalidTypeException extends DriverUncheckedException implements Serializable

Class com.datastax.driver.core.exceptions.NoHostAvailableException extends DriverException implements Serializable

Serialized Fields

errors

Map<K,V> errors

Class com.datastax.driver.core.exceptions.QueryExecutionException extends DriverUncheckedException implements Serializable

Class com.datastax.driver.core.exceptions.QueryTimeoutException extends QueryExecutionException implements Serializable

Serialized Fields

consistency

ConsistencyLevel consistency

received

int received

required

int required

Class com.datastax.driver.core.exceptions.QueryValidationException extends DriverUncheckedException implements Serializable

Class com.datastax.driver.core.exceptions.ReadTimeoutException extends QueryTimeoutException implements Serializable

Serialized Fields

dataPresent

boolean dataPresent

Class com.datastax.driver.core.exceptions.SyntaxError extends QueryValidationException implements Serializable

Class com.datastax.driver.core.exceptions.TruncateException extends QueryExecutionException implements Serializable

Class com.datastax.driver.core.exceptions.UnauthorizedException extends QueryValidationException implements Serializable

Class com.datastax.driver.core.exceptions.UnavailableException extends QueryExecutionException implements Serializable

Serialized Fields

consistency

ConsistencyLevel consistency

required

int required

alive

int alive

Class com.datastax.driver.core.exceptions.WriteTimeoutException extends QueryTimeoutException implements Serializable

Serialized Fields

writeType

WriteType writeType



Copyright © 2013. All Rights Reserved.