Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 35090 invoked from network); 22 Dec 2007 02:18:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Dec 2007 02:18:42 -0000 Received: (qmail 15281 invoked by uid 500); 22 Dec 2007 02:18:29 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 15218 invoked by uid 500); 22 Dec 2007 02:18:29 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 15204 invoked by uid 99); 22 Dec 2007 02:18:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Dec 2007 18:18:29 -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.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Dec 2007 02:18:15 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id CBBFA1A983A; Fri, 21 Dec 2007 18:18:19 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn propchange: r606340 - svn:log Date: Sat, 22 Dec 2007 02:18:19 -0000 To: commits@commons.apache.org From: niallp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071222021819.CBBFA1A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: niallp Revision: 606340 Modified property: svn:log Modified: svn:log at Fri Dec 21 18:18:19 2007 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Fri Dec 21 18:18:19 2007 @@ -1 +1 @@ -A first cut on [IO-148] IOException with constructors which take a cause. Only one constructor implemented. Class name up for discussion. +A first cut on [IO-148] IOException with constructors which take a cause. Only one constructor implemented. Class name up for discussion. Copied from Apache Tika implementation by Jukka Zitting (see http://svn.apache.org/viewvc?view=rev&revision=606139)