|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.service.cmr.repository.InvalidChildAssociationRefException
public class InvalidChildAssociationRefException
Thrown when an operation cannot be performed because thechild association reference no longer exists.
Constructor Summary | |
---|---|
InvalidChildAssociationRefException(ChildAssociationRef childAssociationRef)
|
|
InvalidChildAssociationRefException(java.lang.String msg,
ChildAssociationRef childAssociationRef)
|
Method Summary | |
---|---|
ChildAssociationRef |
getChildAssociationRef()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InvalidChildAssociationRefException(ChildAssociationRef childAssociationRef)
public InvalidChildAssociationRefException(java.lang.String msg, ChildAssociationRef childAssociationRef)
Method Detail |
---|
public ChildAssociationRef getChildAssociationRef()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |