Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6546669

(spec)javax.net.ssl.SSLSocket() throws undocumented exceptions

XMLWordPrintable

      javax.net.ssl.SSLSocket( String host, int port ),
      javax.net.ssl.SSLSocket( InetAddress address, int port )
      javax.net.ssl.SSLSocket( String host, int port, InetAddress address, int clientPort) and
      javax.net.ssl.SSLSocket( InetAddress address, int port, InetAddress clientAddress, int clientPort)

      all throw throw undocumented exceptions.

      IllegalArgumentException is thrown when port = -2147483648
      NullPointerException is throiwn for null address
      java.net.ConnectException is thrown for "bad" address.

      The spec mentions only IOException and UnknownHostExcpetion

            Unassigned Unassigned
            pjr Paul Rank (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: