org.alfresco.service.cmr.repository
Class AssociationExistsException
org.alfresco.service.cmr.repository.AssociationExistsException All Implemented Interfaces:
-
@org.alfresco.api.AlfrescoPublicApi
public class AssociationExistsException
Thrown when an operation could not be performed because a named association already
exists between two nodes
Author:
-
Derek Hulley
See Also:
-
Methods inherited from class java.lang.Throwable |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AssociationExistsException
public AssociationExistsException(Long sourceNodeId, Long targetNodeId, QName qname) -
See Also:
-
AssociationExistsException
-
Parameters:
-
sourceNodeId - the source of the association
-
targetNodeId - the target of the association
-
qname - the qualified name of the association
-
cause - a causal exception
getSourceNodeId
public Long getSourceNodeId()
getTargetNodeId
public Long getTargetNodeId()
getQName