Package io.atomix.cluster.messaging
Class MessagingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.atomix.cluster.messaging.MessagingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MessagingException.ConnectionClosed,MessagingException.NoRemoteHandler,MessagingException.NoSuchMemberException,MessagingException.ProtocolException,MessagingException.RemoteHandlerFailure
Top level exception for MessagingService failures.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classException indicating a connection was closed unexpectedly.static classException indicating no remote registered remote handler.static classstatic classException indicating failure due to invalid message structure such as an incorrect preamble.static classException indicating handler failure. -
Constructor Summary
ConstructorsConstructorDescriptionMessagingException(String message) MessagingException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MessagingException
-
MessagingException
-