javax.usb
Class UsbClaimException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.usb.UsbException
              extended byjavax.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.
 
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.


Copyright © 2009 Eurotech Inc. All rights reserved.