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