Class MarketplaceHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openhab.core.addon.marketplace.MarketplaceHandlerException
- All Implemented Interfaces:
Serializable
This is an exception that can be thrown by
MarketplaceAddonHandler
s if some operation fails.- Author:
- Kai Kreuzer - Initial contribution and API
- See Also:
-
Constructor Summary
ConstructorDescriptionMarketplaceHandlerException
(String message, @Nullable Throwable cause) Main constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MarketplaceHandlerException
Main constructor- Parameters:
message
- A message describing the issue
-