Class SockJsException

    • Constructor Detail

      • SockJsException

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

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