ch.unizh.ini.caviar.usbaemonitor
Class USBAEMonitorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.unizh.ini.caviar.usbaemonitor.USBAEMonitorException
All Implemented Interfaces:
java.io.Serializable

public class USBAEMonitorException
extends java.lang.Exception

An exception in the USB AE monitor is signaled with this exception.

See Also:
Serialized Form

Constructor Summary
USBAEMonitorException()
          Creates a new instance of USBAEMonException
USBAEMonitorException(java.lang.String s)
           
 
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

USBAEMonitorException

public USBAEMonitorException()
Creates a new instance of USBAEMonException


USBAEMonitorException

public USBAEMonitorException(java.lang.String s)