Package io.atomix.cluster.messaging
Class MessagingException.NoSuchMemberException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.atomix.cluster.messaging.MessagingException
io.atomix.cluster.messaging.MessagingException.NoSuchMemberException
- All Implemented Interfaces:
Serializable
- Enclosing class:
MessagingException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.atomix.cluster.messaging.MessagingException
MessagingException.ConnectionClosed, MessagingException.NoRemoteHandler, MessagingException.NoSuchMemberException, MessagingException.ProtocolException, MessagingException.RemoteHandlerFailure -
Constructor Summary
ConstructorsConstructorDescriptionNoSuchMemberException(Address address) NoSuchMemberException(String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchMemberException
-
NoSuchMemberException
-