类 SockJsException

    • 构造器详细资料

      • SockJsException

        public SockJsException​(String message,
                               Throwable cause)
        Constructor for SockJsException.
        参数:
        message - the exception message
        cause - the root cause
      • SockJsException

        public SockJsException​(String message,
                               String sessionId,
                               Throwable cause)
        Constructor for SockJsException.
        参数:
        message - the exception message
        sessionId - the SockJS session id
        cause - the root cause