Class BatchOperationException

All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable

public class BatchOperationException extends QueryMultiplePartialFailureException implements SmartExternalizable
Thrown when one of the following space operations fails: readMultiple,takeMultiple,clear.

Thrown on:

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

The exception contains:

  • An array of exceptions that caused it. One exception per each space that failed.
  • An array of entries that were successfully read or take. </ul.

    Replaced QueryMultiplePartialFailureException.

Since:
7.1
Author:
anna
See Also:
  • Constructor Details

    • BatchOperationException

      public BatchOperationException()
    • BatchOperationException

      public BatchOperationException(List results, List<Throwable> exceptions)
      Parameters:
      results -
      exceptions -
    • BatchOperationException

      public BatchOperationException(Object[] results, Throwable[] causes)
      Parameters:
      results -
      causes -
  • Method Details