Class WriteMultipleException

All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable

public class WriteMultipleException extends WriteMultiplePartialFailureException implements SmartExternalizable
Thrown when writeMultiple operation fails.

Thrown on:

  • Partial and complete failure.
  • Cluster/single space topologies.

The exception contains an array of write results where each result in the array is either a lease or an exception upon failure, the result index corresponds to the entry index in the array of entries which are being written/updated.

Replaced WriteMultiplePartialFailureException.

Since:
7.1
Author:
eitany
See Also: