public class TakeByIdsException extends ReadTakeByIdsException
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.
_results
Constructor and Description |
---|
TakeByIdsException()
Default constructor required by Externalizable.
|
TakeByIdsException(Object[] ids,
Object[] results,
Exception[] exceptions) |
TakeByIdsException(ReadTakeByIdResult[] results) |
constructResultsArray, getMessage, getResults, newException, newException, newException, readExternal, writeExternal
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public TakeByIdsException()
public TakeByIdsException(ReadTakeByIdResult[] results)
Copyright © GigaSpaces.