Class RuntimeIOException

All Implemented Interfaces:
Serializable

public class RuntimeIOException extends RuntimeException
A unchecked version of IOException.
See Also:
  • Constructor Details

    • RuntimeIOException

      public RuntimeIOException()
    • RuntimeIOException

      public RuntimeIOException(String message)
    • RuntimeIOException

      public RuntimeIOException(String message, Throwable cause)
    • RuntimeIOException

      public RuntimeIOException(Throwable cause)