Skip to content

Commit 00f2cbe

Browse files
committed
IO-462 IOExceptionWithCause no longer needed
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1642763 13f79535-47bb-0310-9956-ffa450edef68
1 parent 33a5297 commit 00f2cbe

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/main/java/org/apache/commons/io/IOExceptionWithCause.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@
2020
import java.io.IOException;
2121

2222
/**
23-
* Subclasses IOException with the {@link Throwable} constructors missing before Java 6. If you are using Java 6,
24-
* consider this class deprecated and use {@link IOException}.
23+
* Subclasses IOException with the {@link Throwable} constructors missing before Java 6.
2524
*
2625
* @version $Id$
2726
* @since 1.4
27+
* @deprecated (since 2.5) use {@link IOException} instead
2828
*/
29+
@Deprecated
2930
public class IOExceptionWithCause extends IOException {
3031

3132
/**

0 commit comments

Comments
 (0)