Class TargetNotMemberException

All Implemented Interfaces:
RetryableException, Serializable

public class TargetNotMemberException
extends RetryableHazelcastException
A RetryableHazelcastException that indicates operation was sent to a machine that isn't member of the cluster.
See Also:
Serialized Form
  • Constructor Details

    • TargetNotMemberException

      public TargetNotMemberException​(String message)
    • TargetNotMemberException

      public TargetNotMemberException​(Object target, int partitionId, String operationName, String serviceName)