Class EmuIOException

All Implemented Interfaces:
Serializable

public class EmuIOException extends EmuInvalidSystemCallException
The simulated system interrupted with an I/O error

This exception is for I/O errors within the simulated system. If the host implementation causes a real IOException, it should not be wrapped in this exception unless, e.g., a simulated file system intends to proxy the real file system.

See Also:
  • Constructor Details

    • EmuIOException

      public EmuIOException(String message, Throwable cause)
    • EmuIOException

      public EmuIOException(String message)