Class AerospikeException.BatchExists

All Implemented Interfaces:
Serializable
Enclosing class:
AerospikeException

public static final class AerospikeException.BatchExists extends AerospikeException
Exception thrown when a batch exists method fails.
See Also:
  • Field Details

    • exists

      public final boolean[] exists
  • Constructor Details

    • BatchExists

      public BatchExists(boolean[] exists, Throwable e)