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