Class CallerNotMemberException

All Implemented Interfaces:
RetryableException, Serializable

public class CallerNotMemberException
extends RetryableHazelcastException
A RetryableHazelcastException that indicates that an operation was sent by a machine which isn't member in the cluster when the operation is executed.
See Also:
Serialized Form
  • Constructor Details

    • CallerNotMemberException

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

      public CallerNotMemberException​(String message)