javax.usb
Class UsbException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.usb.UsbException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- UsbAbortException, UsbBabbleException, UsbBitStuffException, UsbClaimException, UsbCRCException, UsbPIDException, UsbPlatformException, UsbShortPacketException, UsbStallException, UsbTimeoutException
public class UsbException
- extends Exception
Exception specific to USB.
- Author:
- Dan Streetman, E. Michael Maximilien
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UsbException
public UsbException()
- Constructor.
UsbException
public UsbException(String s)
- Constructor.
- Parameters:
s - The detail message.
Copyright © 2013 LSST. All Rights Reserved.