The outer try/catch is meant to catch potential exceptions originating from the inner try/finally. (from setSoTimeout)

    -Rob

On 07/03/13 16:51, Kurchi Subhra Hazra wrote:
I am wondering why do you need two try-catch blocks here.

- Kurchi

On 3/7/13 8:18 AM, Rob McKenna wrote:
Hi folks,

This is a slight alteration of the fix contributed by Stuart Douglas. This fix deals with a SocketException caused by getSoTimeout() on a closed connection.

http://cr.openjdk.java.net/~robm/8009650/webrev.01/

    -Rob


Reply via email to