Class CyclicChildRelationshipException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.service.cmr.repository.CyclicChildRelationshipException
-
- All Implemented Interfaces:
Serializable
public class CyclicChildRelationshipException extends RuntimeException
Thrown when a cyclic parent-child relationship is detected.- Author:
- Derek Hulley
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CyclicChildRelationshipException(String msg, ChildAssociationRef assocRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChildAssociationRefgetAssocRef()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CyclicChildRelationshipException
public CyclicChildRelationshipException(String msg, ChildAssociationRef assocRef)
-
-
Method Detail
-
getAssocRef
public ChildAssociationRef getAssocRef()
-
-