Package org.openhab.core.i18n
Class ConnectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openhab.core.i18n.AbstractI18nException
-
- org.openhab.core.i18n.CommunicationException
-
- org.openhab.core.i18n.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionException(String message, @Nullable Object @Nullable ... msgParams)
ConnectionException(String message, @Nullable Throwable cause, @Nullable Object @Nullable ... msgParams)
ConnectionException(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 Detail
-
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)
-
-