Duplicate :
|
|
Relates :
|
|
Relates :
|
Name: bkR10012 Date: 05/27/2004 The description of the SSLServerSocket constructors states that only IOException may be thrown if an I/O error occurs when creating the socket. But the implementation throws 'IllegalArgumentException: Port value out of range' if port value is invalid (e.g. negative) and does not throw any exception if backlog value is negative. ======================================================================
|