javax.usb
Class UsbClaimException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.usb.UsbException
              extended by javax.usb.UsbClaimException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UsbNativeClaimException

public class UsbClaimException
extends UsbException

Exception indicating an UsbInterface claim state prevents the current operation.

This is thrown, for example, when trying to claim an already-claimed interface, or trying to release an unclaimed interface.

Author:
Dan Streetman
See Also:
Serialized Form

Constructor Summary
UsbClaimException()
          Constructor.
UsbClaimException(java.lang.String s)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UsbClaimException

public UsbClaimException()
Constructor.


UsbClaimException

public UsbClaimException(java.lang.String s)
Constructor.

Parameters:
s - The detail message.