Class ConnectionException

All Implemented Interfaces:
Serializable

@NonNullByDefault public class ConnectionException extends CommunicationException
Provides an exception class for openHAB to be used in case of connection issues with a device
Author:
Laurent Garnier - Initial contribution
See Also:
  • Constructor Details

    • ConnectionException

      public ConnectionException(String message, @Nullable Object @Nullable ... msgParams)
    • ConnectionException

      public ConnectionException(String message, @Nullable Throwable cause, @Nullable Object @Nullable ... msgParams)
    • ConnectionException

      public ConnectionException(Throwable cause)