Class CommunicationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConnectionException

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

    • CommunicationException

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

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

      public CommunicationException(Throwable cause)