类 SockJsMessageDeliveryException

  • 所有已实现的接口:
    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.

    从以下版本开始:
    4.0
    作者:
    Rossen Stoyanchev
    另请参阅:
    序列化表格