javax.usb
Class UsbNotActiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.usb.UsbNotActiveException
- All Implemented Interfaces:
- Serializable
public class UsbNotActiveException
- extends RuntimeException
Exception indicating an operation was attempted on an
inactive UsbConfiguration,
inactive UsbInterface, and/or
inactive UsbPipe.
- Author:
- Dan Streetman
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UsbNotActiveException
public UsbNotActiveException()
- Constructor.
UsbNotActiveException
public UsbNotActiveException(String s)
- Constructor.
- Parameters:
s - The detail message.
Copyright © 2013 LSST. All Rights Reserved.