Class ModelInUseException

  • All Implemented Interfaces:
    Serializable

    public class ModelInUseException
    extends AlfrescoRuntimeException
    An exception thrown when an attempt is made to remove a model (or part thereof) when the model is in use. That is, when nodes and node properties reference types, aspects, namespaces, etc in the model.
    Author:
    sglover
    See Also:
    Serialized Form
    • Constructor Detail

      • ModelInUseException

        public ModelInUseException​(String message)