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 Summary
ConstructorsConstructorDescriptionDuplicateChildNodeNameException(NodeRef parentNodeRef, QName assocTypeQName, String name, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateChildNodeNameException
-
-
Method Details
-
getParentNodeRef
-
getAssocTypeQName
-
getName
-