Class UnhandledMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pushtechnology.diffusion.client.session.SessionException
com.pushtechnology.diffusion.client.features.UnhandledMessageException
- All Implemented Interfaces:
Serializable
Exception used to report a message was not delivered to an application
handler.
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.
- Since:
- 6.0
- Author:
- DiffusionData Limited
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnhandledMessageException
Constructor.- Parameters:
message
- the exception message
-