com.aerospike.client
Class AerospikeException.Timeout

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.aerospike.client.AerospikeException
              extended by com.aerospike.client.AerospikeException.Timeout
All Implemented Interfaces:
Serializable
Enclosing class:
AerospikeException

public static final class AerospikeException.Timeout
extends AerospikeException

Exception thrown when database request expires before completing.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.aerospike.client.AerospikeException
AerospikeException.CommandRejected, AerospikeException.Connection, AerospikeException.InvalidNode, AerospikeException.Parse, AerospikeException.QueryTerminated, AerospikeException.ScanTerminated, AerospikeException.Serialize, AerospikeException.Timeout
 
Field Summary
 int failedConns
           
 int failedNodes
           
 int iterations
           
 int timeout
           
 
Constructor Summary
AerospikeException.Timeout()
           
AerospikeException.Timeout(int timeout, int iterations, int failedNodes, int failedConns)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class com.aerospike.client.AerospikeException
getResultCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

timeout

public int timeout

iterations

public int iterations

failedNodes

public int failedNodes

failedConns

public int failedConns
Constructor Detail

AerospikeException.Timeout

public AerospikeException.Timeout()

AerospikeException.Timeout

public AerospikeException.Timeout(int timeout,
                                  int iterations,
                                  int failedNodes,
                                  int failedConns)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class AerospikeException


Copyright © 2012–2014 Aerospike, Inc. All rights reserved.