javax.usb
Class UsbException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.usb.UsbException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UsbAbortException, UsbBabbleException, UsbBitStuffException, UsbClaimException, UsbCRCException, UsbPIDException, UsbPlatformException, UsbShortPacketException, UsbStallException

public class UsbException
extends java.lang.Exception

Exception specific to USB.

Author:
Dan Streetman, E. Michael Maximilien
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
UsbException()
          Constructor.
UsbException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UsbException

public UsbException()
Constructor.


UsbException

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

Parameters:
s - The detail message.