public class UsbClaimException extends UsbException
This is thrown, for example, when trying to claim an already-claimed interface, or trying to release an unclaimed interface.
| Constructor and Description |
|---|
UsbClaimException()
Constructor.
|
UsbClaimException(java.lang.String s)
Constructor.
|