Class PortInUseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openhab.core.io.transport.serial.PortInUseException
- All Implemented Interfaces:
Serializable
Exception that marks that a port is currently already in use.
- Author:
- Markus Rathgeb - Initial contribution
- See Also:
-
Constructor Summary
ConstructorDescriptionPortInUseException
(Exception cause) PortInUseException
(String message, Exception cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PortInUseException
-
PortInUseException
-