Class HarcHardwareException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.harctoolbox.harchardware.HarcHardwareException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NonExistingPortException, NoSuchTransmitterException

public class HarcHardwareException extends Exception
To be thrown when hardware fails. Used to encapsulate exceptions like UnknownHostException, isolate from the implementation.
See Also:
  • Constructor Details

    • HarcHardwareException

      public HarcHardwareException(String str)
    • HarcHardwareException

      public HarcHardwareException(Throwable ex)