Class PartitionMigratingException

All Implemented Interfaces:
RetryableException, Serializable

public class PartitionMigratingException
extends RetryableHazelcastException
A RetryableHazelcastException that is thrown when an operation is executed on a partition, but that partition is currently being moved around.
See Also:
Serialized Form
  • Constructor Details

    • PartitionMigratingException

      public PartitionMigratingException​(Address thisAddress, int partitionId, String operationName, String serviceName)
    • PartitionMigratingException

      public PartitionMigratingException​(String message)