Class RuntimeIOException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class RuntimeIOException
    extends java.io.UncheckedIOException
    Deprecated.
    Use java.io.UncheckedIOException directly instead. Exception used to wrap IOException as a RuntimeException and add context.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor 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.
       
    • Method Summary

      • Methods inherited from class java.io.UncheckedIOException

        getCause
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RuntimeIOException

        public RuntimeIOException​(java.io.IOException cause)
        Deprecated.
      • RuntimeIOException

        @FormatMethod
        public RuntimeIOException​(java.io.IOException cause,
                                  java.lang.String message,
                                  java.lang.Object... args)
        Deprecated.
      • RuntimeIOException

        @FormatMethod
        public RuntimeIOException​(java.lang.String message,
                                  java.lang.Object... args)
        Deprecated.