org.harctoolbox.irscrutinizer
Class HardwareUnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.harctoolbox.irscrutinizer.HardwareUnavailableException
All Implemented Interfaces:
java.io.Serializable

public class HardwareUnavailableException
extends java.lang.Exception

This class does something interesting and useful. Or not...

See Also:
Serialized Form

Constructor Summary
HardwareUnavailableException()
           
HardwareUnavailableException(java.lang.String str)
           
 
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

HardwareUnavailableException

public HardwareUnavailableException(java.lang.String str)

HardwareUnavailableException

public HardwareUnavailableException()