Class MessagingException.ProtocolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.onosproject.store.cluster.messaging.MessagingException
-
- org.onosproject.store.cluster.messaging.MessagingException.ProtocolException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- MessagingException
public static class MessagingException.ProtocolException extends MessagingException
Exception indicating failure due to invalid message structure such as an incorrect preamble.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.onosproject.store.cluster.messaging.MessagingException
MessagingException.NoRemoteHandler, MessagingException.ProtocolException, MessagingException.RemoteHandlerFailure
-
-
Constructor Summary
Constructors Constructor Description ProtocolException()
-