Class RuntimeIOException

All Implemented Interfaces:
Serializable

public class RuntimeIOException extends RuntimeException
Runtime version of the standard IOException for use in interfaces where a checked exception isn't feasible (such as through standard interfaces that don't declare it).
See Also:
  • Constructor Details

    • RuntimeIOException

      public RuntimeIOException(IOException cause)
    • RuntimeIOException

      public RuntimeIOException(String message, Throwable cause)
    • RuntimeIOException

      public RuntimeIOException(String message)