javax.usb
Class UsbDisconnectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.usb.UsbDisconnectedException
- All Implemented Interfaces:
- Serializable
public class UsbDisconnectedException
- extends RuntimeException
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.
- Author:
- Dan Streetman
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UsbDisconnectedException
public UsbDisconnectedException()
- Constructor.
UsbDisconnectedException
public UsbDisconnectedException(String s)
- Constructor.
- Parameters:
s - The detail message.
Copyright © 2012 LSST. All Rights Reserved.