Class InvalidChildAssociationRefException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.service.cmr.repository.InvalidChildAssociationRefException
- All Implemented Interfaces:
Serializable
Thrown when an operation cannot be performed because thechild association
reference no longer exists.
- Author:
- Derek Hulley
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidChildAssociationRefException
(String msg, ChildAssociationRef childAssociationRef) InvalidChildAssociationRefException
(ChildAssociationRef childAssociationRef) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidChildAssociationRefException
-
InvalidChildAssociationRefException
-
-
Method Details
-
getChildAssociationRef
- Returns:
- Returns the offending child association reference
-