Class RuntimeIOException

All Implemented Interfaces:
Serializable

public class RuntimeIOException extends UncheckedIOException
Exception used to wrap IOException as a RuntimeException and add context.
See Also:
  • Constructor Details

    • RuntimeIOException

      public RuntimeIOException(IOException cause)
    • RuntimeIOException

      @FormatMethod public RuntimeIOException(IOException cause, String message, Object... args)
    • RuntimeIOException

      @FormatMethod public RuntimeIOException(String message, Object... args)