public class ReadByIdsException 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 |
---|
ReadByIdsException()
Default constructor required by Externalizable.
|
ReadByIdsException(Object[] ids,
Object[] results,
Exception[] exceptions) |
ReadByIdsException(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 ReadByIdsException()
public ReadByIdsException(ReadTakeByIdResult[] results)
Copyright © GigaSpaces.