Class DuplicateChildNodeNameException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.service.cmr.repository.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:
  • Constructor Details

    • DuplicateChildNodeNameException

      public DuplicateChildNodeNameException(NodeRef parentNodeRef, QName assocTypeQName, String name, Throwable e)
  • Method Details

    • getParentNodeRef

      public NodeRef getParentNodeRef()
    • getAssocTypeQName

      public QName getAssocTypeQName()
    • getName

      public String getName()