|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.usb.UsbDisconnectedException
public class UsbDisconnectedException
Exception indicating a device has been disconnected.
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 Summary | |
|---|---|
UsbDisconnectedException()
Constructor. |
|
UsbDisconnectedException(java.lang.String s)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UsbDisconnectedException()
public UsbDisconnectedException(java.lang.String s)
s - The detail message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||