Class MemberLeftException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Member getMember()
      Returns the member that left the cluster
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(java.lang.String message)
      • MemberLeftException

        public MemberLeftException​(Member member)
      • MemberLeftException

        public MemberLeftException​(java.lang.Throwable cause)
    • Method Detail

      • getMember

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