ztex
Class DeviceLostException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ztex.DeviceLostException
All Implemented Interfaces:
java.io.Serializable

public class DeviceLostException
extends java.lang.Exception

Thrown if a device went lost after renumeration.

See Also:
Serialized Form

Constructor Summary
DeviceLostException()
          Constructs an instance using a standard message.
DeviceLostException(java.lang.String msg)
          Constructs an instance from the given input string.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeviceLostException

public DeviceLostException(java.lang.String msg)
Constructs an instance from the given input string.

Parameters:
msg - A message.

DeviceLostException

public DeviceLostException()
Constructs an instance using a standard message.