Class ContentMoveInvalidLocation

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.craftercms.studio.api.v1.exception.ServiceLayerException
org.craftercms.studio.api.v2.exception.content.ContentMoveInvalidLocation
All Implemented Interfaces:
Serializable

public class ContentMoveInvalidLocation extends ServiceLayerException
Exception thrown when a content move to an invalid location is attempted. e.g.: trying to move /scripts/rest/search.get.groovy into /scripts/rest
Since:
4.0.3
See Also:
  • Constructor Details

    • ContentMoveInvalidLocation

      public ContentMoveInvalidLocation(String message)