Class IORuntimeException

All Implemented Interfaces:
Serializable

public class IORuntimeException extends RuntimeException
Represents runtime version of IOException. Used to avoid declaring thrown exceptions.
See Also:
  • Field Details

  • Constructor Details

    • IORuntimeException

      public IORuntimeException(IOException exception)
  • Method Details