Class MarketplaceHandlerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openhab.core.addon.marketplace.MarketplaceHandlerException
All Implemented Interfaces:
Serializable

@NonNullByDefault public class MarketplaceHandlerException extends Exception
This is an exception that can be thrown by MarketplaceAddonHandlers if some operation fails.
Author:
Kai Kreuzer - Initial contribution and API
See Also:
  • Constructor Details

    • MarketplaceHandlerException

      public MarketplaceHandlerException(String message, @Nullable Throwable cause)
      Main constructor
      Parameters:
      message - A message describing the issue