Package io.atomix.cluster.messaging
Class MessagingException.ProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.atomix.cluster.messaging.MessagingException
io.atomix.cluster.messaging.MessagingException.ProtocolException
- All Implemented Interfaces:
Serializable
- Enclosing class:
MessagingException
Exception indicating failure due to invalid message structure such as an incorrect preamble.
- 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
-
ProtocolException
public ProtocolException()
-