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
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:
-
Field Summary
Fields inherited from class org.craftercms.studio.api.v1.exception.ServiceLayerException
serialVersionUID
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContentMoveInvalidLocation
-