com.aerospike.client
Class AerospikeException.QueryTerminated

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.QueryTerminated
All Implemented Interfaces:
Serializable
Enclosing class:
AerospikeException

public static final class AerospikeException.QueryTerminated
extends AerospikeException

Exception thrown when query was terminated prematurely.

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
 
Constructor Summary
AerospikeException.QueryTerminated()
           
AerospikeException.QueryTerminated(Exception e)
           
 
Method Summary
 
Methods inherited from class com.aerospike.client.AerospikeException
getMessage, getResultCode, keepConnection
 
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
 

Constructor Detail

AerospikeException.QueryTerminated

public AerospikeException.QueryTerminated()

AerospikeException.QueryTerminated

public AerospikeException.QueryTerminated(Exception e)


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