Class MarketplaceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.craftercms.studio.api.v1.exception.ServiceLayerException
org.craftercms.studio.api.v2.exception.marketplace.MarketplaceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IncompatiblePluginException, MarketplaceNotInitializedException, MarketplaceRegistryException, MarketplaceUnreachableException, PluginInstallationException, PluginNotFoundException, RemovePluginException

public abstract class MarketplaceException extends ServiceLayerException
Base for all Marketplace related exceptions
Since:
3.1.4
Author:
joseross
See Also:
  • Constructor Details

    • MarketplaceException

      public MarketplaceException(String message)
    • MarketplaceException

      public MarketplaceException(String message, Exception e)