Class SockJsTransportFailureException

  • All Implemented Interfaces:
    Serializable

    public class SockJsTransportFailureException
    extends SockJsException
    Indicates a serious failure that occurred in the SockJS implementation as opposed to in user code (e.g. IOException while writing to the response). When this exception is raised, the SockJS session is typically closed.
    Since:
    4.0
    Author:
    Rossen Stoyanchev
    See Also:
    Serialized Form