Package com.aerospike.client
Class AerospikeException.InvalidNode
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aerospike.client.AerospikeException
com.aerospike.client.AerospikeException.InvalidNode
- All Implemented Interfaces:
Serializable
- Enclosing class:
AerospikeException
Exception thrown when chosen node is not active.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.aerospike.client.AerospikeException
AerospikeException.AsyncQueueFull, AerospikeException.Backoff, AerospikeException.BatchExists, AerospikeException.BatchRecordArray, AerospikeException.BatchRecords, AerospikeException.Commit, AerospikeException.Connection, AerospikeException.InvalidNamespace, AerospikeException.InvalidNode, AerospikeException.Parse, AerospikeException.QueryTerminated, AerospikeException.ScanTerminated, AerospikeException.Serialize, AerospikeException.Timeout -
Constructor Summary
ConstructorsConstructorDescriptionInvalidNode(int partitionId) InvalidNode(int clusterSize, com.aerospike.client.cluster.Partition partition) InvalidNode(String message) -
Method Summary
Methods inherited from class com.aerospike.client.AerospikeException
getBaseMessage, getInDoubt, getIteration, getMessage, getNode, getPolicy, getResultCode, getSubExceptions, keepConnection, setInDoubt, setInDoubt, setIteration, setNode, setPolicy, setSubExceptionsMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidNode
public InvalidNode(int clusterSize, com.aerospike.client.cluster.Partition partition) -
InvalidNode
public InvalidNode(int partitionId) -
InvalidNode
-