Class TakeByIdsException

All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable

public class TakeByIdsException extends ReadTakeByIdsException
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:
  • Constructor Details

    • TakeByIdsException

      public TakeByIdsException()
      Default constructor required by Externalizable.
    • TakeByIdsException

      public TakeByIdsException(ReadTakeByIdResult[] results)
    • TakeByIdsException

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