Class CyclicChildRelationshipException

  • All Implemented Interfaces:
    Serializable

    public class CyclicChildRelationshipException
    extends RuntimeException
    Thrown when a cyclic parent-child relationship is detected.
    Author:
    Derek Hulley
    See Also:
    Serialized Form
    • Constructor Detail

      • CyclicChildRelationshipException

        public CyclicChildRelationshipException​(String msg,
                                                org.alfresco.service.cmr.repository.ChildAssociationRef assocRef)
    • Method Detail

      • getAssocRef

        public org.alfresco.service.cmr.repository.ChildAssociationRef getAssocRef()