javax.usb
Class UsbDisconnectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.usb.UsbDisconnectedException
All Implemented Interfaces:
java.io.Serializable

public class UsbDisconnectedException
extends java.lang.RuntimeException

Exception indicating a device has been disconnected.

This indicates the device has been disconnected from the system. This is a terminal error; the UsbDevice and subcomponents are no longer usable. If the physical device is reconnected, a new UsbDevice (and subcomponents) will be created.

Author:
Dan Streetman
See Also:
Serialized Form

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

UsbDisconnectedException

public UsbDisconnectedException()
Constructor.


UsbDisconnectedException

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

Parameters:
s - The detail message.