public class UsbDisconnectedException
extends java.lang.RuntimeException
This indicates the device has been disconnected from the system. This is a terminal error; the UsbDevice and subcomponents are no longer usable. If the physical device is reconnected, a new UsbDevice (and subcomponents) will be created.
| Constructor and Description |
|---|
UsbDisconnectedException()
Constructor.
|
UsbDisconnectedException(java.lang.String s)
Constructor.
|