Class MemberLeftException

All Implemented Interfaces:
IndeterminateOperationState, RetryableException, Serializable

public class MemberLeftException
extends ExecutionException
implements RetryableException, IndeterminateOperationState
A ExecutionException thrown when a member left during an invocation or execution.
See Also:
Serialized Form
  • Constructor Details

    • MemberLeftException

      public MemberLeftException()
    • MemberLeftException

      public MemberLeftException​(String message)
    • MemberLeftException

      public MemberLeftException​(Member member)
    • MemberLeftException

      public MemberLeftException​(Throwable cause)
  • Method Details

    • getMember

      public Member getMember()
      Returns the member that left the cluster
      Returns:
      the member that left the cluster