Uses of Class
io.atomix.cluster.messaging.MessagingException
| Package | Description |
|---|---|
| io.atomix.cluster.messaging |
Provides high-level interfaces for direct and publish-subscribe inter-cluster communication.
|
-
Uses of MessagingException in io.atomix.cluster.messaging
Subclasses of MessagingException in io.atomix.cluster.messaging Modifier and Type Class Description static classMessagingException.NoRemoteHandlerException indicating no remote registered remote handler.static classMessagingException.ProtocolExceptionException indicating failure due to invalid message structure such as an incorrect preamble.static classMessagingException.RemoteHandlerFailureException indicating handler failure.