Uses of Class
javax.usb.UsbNotClaimedException

Packages that use UsbNotClaimedException
com.ibm.jusb   
javax.usb Core interfaces and classes modeling USB devices, descriptors, communication pipes and requests/operations. 
javax.usb.util Various utility classes and interfaces that are used by other classes and interfaces in the javax.usb specification. 
 

Uses of UsbNotClaimedException in com.ibm.jusb
 

Methods in com.ibm.jusb that throw UsbNotClaimedException
 void UsbPipeImp.open()
          Opens this UsbPipe.
 

Uses of UsbNotClaimedException in javax.usb
 

Methods in javax.usb that throw UsbNotClaimedException
 void UsbPipe.open()
          Open this UsbPipe.
 

Uses of UsbNotClaimedException in javax.usb.util
 

Methods in javax.usb.util that throw UsbNotClaimedException
 void UsbUtil.SynchronizedUsbPipe.open()