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 and geruh committed Jan 25, 2024
1 parent 71d2f6a commit 6177c38
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 6177c38

Please sign in to comment.