Return-Path: Mailing-List: contact commons-httpclient-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-httpclient-dev@jakarta.apache.org Received: (qmail 75196 invoked from network); 13 May 2003 16:18:31 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 13 May 2003 16:18:31 -0000 Received: (qmail 15167 invoked by uid 50); 13 May 2003 16:20:38 -0000 Date: 13 May 2003 16:20:38 -0000 Message-ID: <20030513162038.15166.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: commons-httpclient-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 19868] - Need the InterruptedIOException when timeout X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19868 Need the InterruptedIOException when timeout ------- Additional Comments From olegk@apache.org 2003-05-13 16:20 ------- Mike, I personally can live with either. Let's hear what Jandalf has to say. If he confirms that copying files from another project would not be considered bad mannered, I suggest we just keep the files as they are. If such an action would be considered offensive, though, let's just keep stuff as simple as possible. The ChainedException class I posted above has served me well in several applications. In most cases such a lightweight exception chaining mechanism is quite sufficient. Oleg