javax.usb
Class UsbDisconnectedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.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

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
UsbDisconnectedException()
          Constructor.
UsbDisconnectedException(java.lang.String s)
          Constructor.
 
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
clone, equals, finalize, 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.