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
Base for all Marketplace related exceptions
- Since:
- 3.1.4
- Author:
- joseross
- See Also:
-
Field Summary
Fields inherited from class org.craftercms.studio.api.v1.exception.ServiceLayerException
serialVersionUID -
Constructor Summary
ConstructorsConstructorDescriptionMarketplaceException(String message) MarketplaceException(String message, Exception e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MarketplaceException
-
MarketplaceException
-