javax.usb
Class UsbException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.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

Constructor Summary
UsbException()
          Constructor.
UsbException(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

UsbException

public UsbException()
Constructor.


UsbException

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

Parameters:
s - The detail message.