Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 94839 invoked from network); 4 Jan 2008 05:42:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jan 2008 05:42:56 -0000 Received: (qmail 59516 invoked by uid 500); 4 Jan 2008 05:42:44 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 59450 invoked by uid 500); 4 Jan 2008 05:42:43 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 59441 invoked by uid 99); 4 Jan 2008 05:42:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2008 21:42:43 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2008 05:42:29 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4A1647141EB for ; Thu, 3 Jan 2008 21:42:34 -0800 (PST) Message-ID: <31779407.1199425354293.JavaMail.jira@brutus> Date: Thu, 3 Jan 2008 21:42:34 -0800 (PST) From: "Henri Yandell (JIRA)" To: issues@commons.apache.org Subject: [jira] Issue Comment Edited: (IO-148) IOException with constructors which take a cause In-Reply-To: <23380129.1198261603751.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IO-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555811#action_12555811 ] bayard edited comment on IO-148 at 1/3/08 9:41 PM: ---------------------------------------------------------- scratches head and thinks 'NestedException' :) was (Author: bayard): *scratches head and thinks 'NestedException'* :) > IOException with constructors which take a cause > ------------------------------------------------ > > Key: IO-148 > URL: https://issues.apache.org/jira/browse/IO-148 > Project: Commons IO > Issue Type: New Feature > Reporter: Niall Pemberton > Priority: Minor > Fix For: 1.4 > > > Add an IOException implementation that has constructors which take a cause (see TIKA-104). Constructors which take a cause (Throwable) were not added to IOException until JDK 1.6 but the initCause() method was added to Throwable in JDK 1.4. > We should copy the Tika implementation and test case here: > http://svn.apache.org/repos/asf/incubator/tika/trunk/src/main/java/org/apache/tika/exception/CauseIOException.java > http://svn.apache.org/repos/asf/incubator/tika/trunk/src/test/java/org/apache/tika/exception/CauseIOExceptionTest.java -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.