Class DuplicateChildNodeNameException

  • All Implemented Interfaces:
    Serializable, DoNotRetryException

    public class DuplicateChildNodeNameException
    extends RuntimeException
    implements DoNotRetryException
    Thrown when a child node cm:name property violates the data dictionary duplicate child association constraint.

    Note that this exception may be triggered by database constraints but must still NOT trigger transaction retries.

    Author:
    Derek Hulley
    See Also:
    Serialized Form
    • Constructor Detail

      • DuplicateChildNodeNameException

        public DuplicateChildNodeNameException​(org.alfresco.service.cmr.repository.NodeRef parentNodeRef,
                                               org.alfresco.service.namespace.QName assocTypeQName,
                                               String name,
                                               Throwable e)
    • Method Detail

      • getParentNodeRef

        public org.alfresco.service.cmr.repository.NodeRef getParentNodeRef()
      • getAssocTypeQName

        public org.alfresco.service.namespace.QName getAssocTypeQName()
      • getName

        public String getName()