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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateChildNodeNameException(NodeRef parentNodeRef, QName assocTypeQName, String name, Throwable e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetAssocTypeQName()StringgetName()NodeRefgetParentNodeRef()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-