IOException as a RuntimeException and add context.@Deprecated
public class RuntimeIOException
extends java.io.UncheckedIOException
| Constructor and Description | 
|---|
RuntimeIOException(java.io.IOException cause)
Deprecated.  
  | 
RuntimeIOException(java.io.IOException cause,
                  java.lang.String message,
                  java.lang.Object... args)
Deprecated.  
  | 
RuntimeIOException(java.lang.String message,
                  java.lang.Object... args)
Deprecated.  
  | 
public RuntimeIOException(java.io.IOException cause)
@FormatMethod
public RuntimeIOException(java.io.IOException cause,
                                        java.lang.String message,
                                        java.lang.Object... args)
@FormatMethod
public RuntimeIOException(java.lang.String message,
                                        java.lang.Object... args)