Class BatchQueryException

All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable
Direct Known Subclasses:
ClearException, ReadMultipleException, TakeMultipleException

public class BatchQueryException 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.

Replaced QueryMultiplePartialFailureException.

Since:
7.1
Author:
anna
See Also: