Package org.openhab.core.io.net.http
Class HttpClientInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openhab.core.io.net.http.HttpClientInitializationException
- All Implemented Interfaces:
Serializable
This exception is thrown, if an unexpected error occurs during initialization of the Jetty client
- Author:
- Michael Bock - Initial contribution
- See Also:
-
Constructor Summary
ConstructorDescriptionHttpClientInitializationException
(String message, @Nullable Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HttpClientInitializationException
-