public final class UnhandledMessageException extends SessionException
For messages addressed to a session or sessions using the Messaging
feature, this exception indicates a message was delivered to a session, but
the session has no local handler for the message path.
For messages addressed to the server using the Messaging feature,
this exception indicates the server has no handler registered for the
message path.
| Constructor and Description |
|---|
UnhandledMessageException(String message)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnhandledMessageException(String message)
message - the exception messageCopyright © 2023 DiffusionData Limited. All rights reserved.