Package org.openhab.core.i18n
Class CommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openhab.core.i18n.AbstractI18nException
org.openhab.core.i18n.CommunicationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConnectionException
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 Summary
ConstructorDescriptionCommunicationException
(String message, @Nullable Object @Nullable ... msgParams) CommunicationException
(String message, @Nullable Throwable cause, @Nullable Object @Nullable ... msgParams) CommunicationException
(Throwable cause) -
Method Summary
Methods inherited from class org.openhab.core.i18n.AbstractI18nException
getLocalizedMessage, getMessage, getRawMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommunicationException
-
CommunicationException
-
CommunicationException
-