Class TakeByIdsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gigaspaces.client.ReadTakeByIdsException
com.gigaspaces.client.TakeByIdsException
- All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable
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:
-
Field Summary
Fields inherited from class ReadTakeByIdsException
_results -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor required by Externalizable.TakeByIdsException(ReadTakeByIdResult[] results) TakeByIdsException(Object[] ids, Object[] results, Exception[] exceptions) -
Method Summary
Methods inherited from class ReadTakeByIdsException
constructResultsArray, getMessage, getResults, newException, newException, newException, readExternal, writeExternalMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
TakeByIdsException
public TakeByIdsException()Default constructor required by Externalizable. -
TakeByIdsException
-
TakeByIdsException
-