Class RuntimeIOException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeviceAlreadyOpenedException, DeviceBusyException, InvalidModeException, NoSuchDeviceException, RuntimeInterruptedException

public class RuntimeIOException
extends RuntimeException
See Also:
Serialized Form
  • Constructor Details

    • RuntimeIOException

      public RuntimeIOException​(Throwable cause)
    • RuntimeIOException

      public RuntimeIOException​(String message)
    • RuntimeIOException

      public RuntimeIOException​(String message, Throwable t)
    • RuntimeIOException

      public RuntimeIOException​(int error)
  • Method Details

    • getError

      public int getError()