Uploaded image for project: 'MINA'
  1. MINA
  2. DIRMINA-992

NioSocketConnector.newHandle throws the wrong exception

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.0.9
    • 2.0.10
    • Core
    • None

    Description

      NioSocketConnector.newHandle creates an IOException which is then not used. I assume this meant to be thrown instead of the original exception. That is "throw ioe;" should be replaced with "throw e"; (or simply rethrow the original exception, so that the current behaviour does not change).

      Attachments

        Activity

          People

            Unassigned Unassigned
            kelemen Attila Kelemen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: