Class PortInUseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openhab.core.io.transport.serial.PortInUseException
All Implemented Interfaces:
Serializable

@NonNullByDefault public class PortInUseException extends Exception
Exception that marks that a port is currently already in use.
Author:
Markus Rathgeb - Initial contribution
See Also:
  • Constructor Details

    • PortInUseException

      public PortInUseException(String message, Exception cause)
    • PortInUseException

      public PortInUseException(Exception cause)