javax.usb
Class UsbNotOpenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.usb.UsbNotOpenException
- All Implemented Interfaces:
- Serializable
public class UsbNotOpenException
- extends RuntimeException
Exception indicating an operation was attempted on a
closed 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 |
UsbNotOpenException
public UsbNotOpenException()
- Constructor.
UsbNotOpenException
public UsbNotOpenException(String s)
- Constructor.
- Parameters:
s - The detail message.
Copyright © 2012 LSST. All Rights Reserved.