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​(NodeRef parentNodeRef,
                                               QName assocTypeQName,
                                               String name,
                                               Throwable e)
    • Method Detail

      • getParentNodeRef

        public NodeRef getParentNodeRef()
      • getAssocTypeQName

        public QName getAssocTypeQName()
      • getName

        public String getName()