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
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 Summary
ConstructorsConstructorDescriptionConnectionException(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, getRawMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ConnectionException
 - 
ConnectionException
 - 
ConnectionException
 
 -