public class UsbDisconnectedException extends 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(String s)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UsbDisconnectedException()
public UsbDisconnectedException(String s)
s - The detail message.Copyright © 2014 LSST. All Rights Reserved.