Class UnhandledMessageException

All Implemented Interfaces:
Serializable

public final class UnhandledMessageException extends SessionException
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 Details

    • UnhandledMessageException

      public UnhandledMessageException(String message)
      Constructor.
      Parameters:
      message - the exception message