Uses of Class
org.craftercms.studio.api.v2.exception.InvalidSiteStateException
Packages that use InvalidSiteStateException
Package
Description
-
Uses of InvalidSiteStateException in org.craftercms.studio.api.v2.service.site
Methods in org.craftercms.studio.api.v2.service.site that throw InvalidSiteStateExceptionModifier and TypeMethodDescriptionvoid
SitesService.checkSiteState
(String siteId, String state) void
SitesService.unlockSite
(String siteId) Unlock a site which is locked with state `LOCKED` -
Uses of InvalidSiteStateException in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 with parameters of type InvalidSiteStateExceptionModifier and TypeMethodDescriptionExceptionHandlers.handleInvalidSiteStateException
(jakarta.servlet.http.HttpServletRequest request, InvalidSiteStateException e) Methods in org.craftercms.studio.controller.rest.v2 that throw InvalidSiteStateException -
Uses of InvalidSiteStateException in org.craftercms.studio.impl.v2.service.site
Methods in org.craftercms.studio.impl.v2.service.site that throw InvalidSiteStateExceptionModifier and TypeMethodDescriptionvoid
SitesServiceImpl.checkSiteState
(String siteId, String state) void
SitesServiceImpl.unlockSite
(String siteId) -
Uses of InvalidSiteStateException in org.craftercms.studio.impl.v2.service.site.internal
Methods in org.craftercms.studio.impl.v2.service.site.internal that throw InvalidSiteStateExceptionModifier and TypeMethodDescriptionvoid
SitesServiceInternalImpl.checkSiteState
(String siteId, String requiredState)