Class PartitionedExecutionExceptionsCollection

java.lang.Object
com.gigaspaces.internal.exceptions.PartitionedExecutionExceptionsCollection

public class PartitionedExecutionExceptionsCollection extends Object
Since:
9.5.0
Author:
Niv Ingberg
  • Constructor Details

    • PartitionedExecutionExceptionsCollection

      public PartitionedExecutionExceptionsCollection()
  • Method Details

    • add

      public void add(int partitionId, Exception partitionException)
    • throwIfAny

      public <T extends RuntimeException> void throwIfAny(Class<T> type)
    • getDescription

      public String getDescription()