Class RuntimeIOException

All Implemented Interfaces:
Serializable

public class RuntimeIOException extends AtlasException
Runtime exception used to wrap or simulate IOExceptions.

Unlike UncheckedIOException, this did not necessarily begin with an IOException.

See Also:
  • Constructor Details

    • RuntimeIOException

      public RuntimeIOException()
    • RuntimeIOException

      public RuntimeIOException(String msg)
    • RuntimeIOException

      public RuntimeIOException(Throwable th)
      Wrap a Throwable - this is usually an IOException.
    • RuntimeIOException

      public RuntimeIOException(String msg, Throwable th)
      Wrap a Throwable - this is usually an IOException.