GigaSpaces XAP 9.7.2 API

com.gigaspaces.client
Class ReadByIdsException

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.ReadByIdsException
All Implemented Interfaces:
Externalizable, Serializable

public class ReadByIdsException
extends com.gigaspaces.client.ReadTakeByIdsException

Thrown when readByIds 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
ReadByIdsException()
          Default constructor required by Externalizable.
ReadByIdsException(Object[] ids, Object[] results, Exception[] exceptions)
           
ReadByIdsException(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

ReadByIdsException

public ReadByIdsException()
Default constructor required by Externalizable.


ReadByIdsException

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

ReadByIdsException

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

GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.