Class AspectMissingException

  • All Implemented Interfaces:
    Serializable

    @AlfrescoPublicApi
    public class AspectMissingException
    extends RuntimeException
    Used to indicate that an aspect is missing from a node.
    Author:
    Roy Wetherall
    See Also:
    Serialized Form
    • Constructor Detail

      • AspectMissingException

        public AspectMissingException​(org.alfresco.service.namespace.QName missingAspect,
                                      org.alfresco.service.cmr.repository.NodeRef nodeRef)
        Constructor
    • Method Detail

      • getMissingAspect

        public org.alfresco.service.namespace.QName getMissingAspect()
      • getNodeRef

        public org.alfresco.service.cmr.repository.NodeRef getNodeRef()