javax.usb
Class UsbNotClaimedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.usb.UsbNotClaimedException
- All Implemented Interfaces:
- Serializable
public class UsbNotClaimedException
- extends RuntimeException
Exception indicating an operation was attempted on a
unclaimed UsbInterface.
- 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 |
UsbNotClaimedException
public UsbNotClaimedException()
- Constructor.
UsbNotClaimedException
public UsbNotClaimedException(String s)
- Constructor.
- Parameters:
s - The detail message.
Copyright © 2013 LSST. All Rights Reserved.