Package ej.websocket

Class WebSocketException

    • Constructor Detail

      • WebSocketException

        public WebSocketException​(String string)
        Create a new Websocket exception.
        Parameters:
        string - message to describe the error case
      • WebSocketException

        public WebSocketException​(String string,
                                  Exception e)
        Create a new Websocket exception.
        Parameters:
        string - message to describe the error case
        e - the original exception
      • WebSocketException

        public WebSocketException​(Exception e)
        Create a new Websocket exception.
        Parameters:
        e - the original exception
      • WebSocketException

        public WebSocketException()