Class InvalidSiteStateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.craftercms.studio.api.v2.exception.InvalidSiteStateException
All Implemented Interfaces:
Serializable

public class InvalidSiteStateException extends RuntimeException
Exception to be thrown when an operation is attempted on a site with an unsupported state
See Also:
  • Constructor Details

    • InvalidSiteStateException

      public InvalidSiteStateException(String siteId)
    • InvalidSiteStateException

      public InvalidSiteStateException(String siteId, String message)
  • Method Details

    • getSiteId

      public String getSiteId()