GigaSpaces XAP 9.1 API

com.gigaspaces.client
Class TakeByIdsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.gigaspaces.client.ReadTakeByIdsException
                  extended by com.gigaspaces.client.TakeByIdsException
All Implemented Interfaces:
Externalizable, Serializable

public class TakeByIdsException
extends com.gigaspaces.client.ReadTakeByIdsException

Thrown when takeByIds operation fails.

The exception contains an array of ReadTakeByIdResult objects where each result in the array contains either a read object or an exception upon failure. The result array index corresponds to the ID index in the operation's supplied IDs array.

Since:
7.1.1
Author:
idan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.gigaspaces.client.ReadTakeByIdsException
_results
 
Constructor Summary
TakeByIdsException()
          Default constructor required by Externalizable.
TakeByIdsException(Object[] ids, Object[] results, Exception[] exceptions)
           
TakeByIdsException(com.gigaspaces.client.ReadTakeByIdResult[] results)
           
 
Method Summary
 
Methods inherited from class com.gigaspaces.client.ReadTakeByIdsException
constructResultsArray, getMessage, getResults, newException, newException, newException, readExternal, writeExternal
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TakeByIdsException

public TakeByIdsException()
Default constructor required by Externalizable.


TakeByIdsException

public TakeByIdsException(com.gigaspaces.client.ReadTakeByIdResult[] results)

TakeByIdsException

public TakeByIdsException(Object[] ids,
                          Object[] results,
                          Exception[] exceptions)

GigaSpaces XAP 9.1 API

Copyright © GigaSpaces.