Skip to content

Commit

Permalink
API: Restore RuntimeIOException for use (apache#5640)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweeks authored Dec 14, 2023
1 parent 11608e1 commit 46df2ce
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@
import java.io.IOException;
import java.io.UncheckedIOException;

/**
* @deprecated Use java.io.UncheckedIOException directly instead.
* <p>Exception used to wrap {@link IOException} as a {@link RuntimeException} and add context.
*/
@Deprecated
/** Exception used to wrap {@link IOException} as a {@link RuntimeException} and add context. */
public class RuntimeIOException extends UncheckedIOException {

public RuntimeIOException(IOException cause) {
Expand Down

0 comments on commit 46df2ce

Please sign in to comment.