-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
6
-
generic
-
generic
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
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
- duplicates
-
JDK-4971078 Socket constructors throw unspecified NPE
-
- Closed
-
- relates to
-
JDK-6571950 SSLSocket(raddr, rport, laddr, lport) allows null as laddr that spec doesn't reflect
-
- Closed
-