Class SockJsMessageDeliveryException

  • All Implemented Interfaces:
    Serializable

    public class SockJsMessageDeliveryException
    extends SockJsException
    An exception thrown when a message frame was successfully received over an HTTP POST and parsed but one or more of the messages it contained could not be delivered to the WebSocketHandler either because the handler failed or because the connection got closed.

    The SockJS session is not automatically closed after this exception.

    Since:
    4.0
    Author:
    Rossen Stoyanchev
    See Also:
    Serialized Form