Class UnsupportedCommOperationException

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

@NonNullByDefault public class UnsupportedCommOperationException extends Exception
Exception that marks that a driver does not allow the specific operation.
Author:
Markus Rathgeb - Initial contribution
See Also:
  • Constructor Details

    • UnsupportedCommOperationException

      public UnsupportedCommOperationException()
    • UnsupportedCommOperationException

      public UnsupportedCommOperationException(Throwable cause)