Package io.atomix.cluster.messaging
Class MessagingException.NoRemoteHandler
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.atomix.cluster.messaging.MessagingException
io.atomix.cluster.messaging.MessagingException.NoRemoteHandler
- All Implemented Interfaces:
Serializable
- Enclosing class:
MessagingException
Exception indicating no remote registered remote handler.
- 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
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoRemoteHandler
-