Class ReadByIdsException

All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable

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

    • ReadByIdsException

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

      public ReadByIdsException(ReadTakeByIdResult[] results)
    • ReadByIdsException

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