com.gigaspaces.client
Class ReadByIdsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gigaspaces.client.ReadTakeByIdsException
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
Fields inherited from class com.gigaspaces.client.ReadTakeByIdsException |
_results |
Methods inherited from class com.gigaspaces.client.ReadTakeByIdsException |
constructResultsArray, getMessage, getResults, newException, newException, newException, readExternal, writeExternal |
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)
Copyright © GigaSpaces.