com.hazelcast.core
Class MemberLeftException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.util.concurrent.ExecutionException
              extended by com.hazelcast.core.MemberLeftException
All Implemented Interfaces:
RetryableException, Serializable

public class MemberLeftException
extends ExecutionException
implements RetryableException

A ExecutionException thrown when a member left during an invocation or execution.

See Also:
Serialized Form

Constructor Summary
MemberLeftException()
           
MemberLeftException(Member member)
           
 
Method Summary
 Member getMember()
          Returns the member that left the cluster
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MemberLeftException

public MemberLeftException()

MemberLeftException

public MemberLeftException(Member member)
Method Detail

getMember

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

Returns:
the member that left the cluster


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.