Class MessagingException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.io.IOException
- 
- org.onosproject.store.cluster.messaging.MessagingException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Direct Known Subclasses:
- MessagingException.NoRemoteHandler,- MessagingException.ProtocolException,- MessagingException.RemoteHandlerFailure
 
 public class MessagingException extends java.io.IOExceptionTop level exception for MessagingService failures.- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested 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 SummaryConstructors Constructor Description MessagingException()MessagingException(java.lang.String message)MessagingException(java.lang.String message, java.lang.Throwable t)MessagingException(java.lang.Throwable t)
 
- 
- 
- 
Constructor Detail- 
MessagingExceptionpublic MessagingException() 
 - 
MessagingExceptionpublic MessagingException(java.lang.String message) 
 - 
MessagingExceptionpublic MessagingException(java.lang.String message, java.lang.Throwable t)
 - 
MessagingExceptionpublic MessagingException(java.lang.Throwable t) 
 
- 
 
-