public class MessagingException
extends java.io.IOException
| Modifier and Type | Class and Description |
|---|---|
static class |
MessagingException.NoRemoteHandler
Exception indicating no remote registered remote handler.
|
static class |
MessagingException.ProtocolException
Exception indicating failure due to invalid message structure such as an incorrect preamble.
|
static class |
MessagingException.RemoteHandlerFailure
Exception indicating handler failure.
|
| Constructor and Description |
|---|
MessagingException() |
MessagingException(java.lang.String message) |
MessagingException(java.lang.String message,
java.lang.Throwable t) |
MessagingException(java.lang.Throwable t) |