org.alfresco.service.cmr.repository
Class InvalidChildAssociationRefException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.alfresco.service.cmr.repository.InvalidChildAssociationRefException
All Implemented Interfaces:
java.io.Serializable

public class InvalidChildAssociationRefException
extends java.lang.RuntimeException

Thrown when an operation cannot be performed because thechild association reference no longer exists.

See Also:
Serialized Form

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

InvalidChildAssociationRefException

public InvalidChildAssociationRefException(ChildAssociationRef childAssociationRef)

InvalidChildAssociationRefException

public InvalidChildAssociationRefException(java.lang.String msg,
                                           ChildAssociationRef childAssociationRef)
Method Detail

getChildAssociationRef

public ChildAssociationRef getChildAssociationRef()
Returns:
Returns the offending child association reference


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.