Class MessagingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.onosproject.store.cluster.messaging.MessagingException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MessagingException.NoRemoteHandler,MessagingException.ProtocolException,MessagingException.RemoteHandlerFailure
public class MessagingException extends IOException
Top level exception for MessagingService failures.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes 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.
-
Constructor Summary
Constructors Constructor Description MessagingException()MessagingException(String message)MessagingException(String message, Throwable t)MessagingException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-