Uses of Class
org.craftercms.studio.api.v2.exception.PublishingPackageNotFoundException
Packages that use PublishingPackageNotFoundException
Package
Description
-
Uses of PublishingPackageNotFoundException in org.craftercms.studio.api.v2.service.publish
Methods in org.craftercms.studio.api.v2.service.publish that throw PublishingPackageNotFoundExceptionModifier and TypeMethodDescriptionPublishService.getPublishingPackageDetails(String siteId, String packageId) Get publishing package details -
Uses of PublishingPackageNotFoundException in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 with parameters of type PublishingPackageNotFoundExceptionModifier and TypeMethodDescriptionExceptionHandlers.handlePublishingPackageNotFoundException(javax.servlet.http.HttpServletRequest request, PublishingPackageNotFoundException e) Methods in org.craftercms.studio.controller.rest.v2 that throw PublishingPackageNotFoundExceptionModifier and TypeMethodDescriptionPublishController.getPublishingPackageDetails(String siteId, UUID packageId) -
Uses of PublishingPackageNotFoundException in org.craftercms.studio.impl.v2.service.publish
Methods in org.craftercms.studio.impl.v2.service.publish that throw PublishingPackageNotFoundExceptionModifier and TypeMethodDescriptionPublishServiceImpl.getPublishingPackageDetails(String siteId, String packageId)