org.alfresco.service.cmr.repository
Class AssociationExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.service.cmr.repository.AssociationExistsException
- All Implemented Interfaces:
- java.io.Serializable
public class AssociationExistsException
- extends java.lang.RuntimeException
Thrown when an operation could not be performed because a named association already
exists between two nodes
- See Also:
- Serialized Form
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 |
AssociationExistsException
public AssociationExistsException(java.lang.Long sourceNodeId,
java.lang.Long targetNodeId,
QName qname)
- See Also:
#AssociationExistsException(NodeRef, NodeRef, QName, Throwable)
AssociationExistsException
public AssociationExistsException(java.lang.Long sourceNodeId,
java.lang.Long targetNodeId,
QName qname,
java.lang.Throwable cause)
- Parameters:
sourceNodeId
- the source of the associationtargetNodeId
- the target of the associationqname
- the qualified name of the associationcause
- a causal exception
getSourceNodeId
public java.lang.Long getSourceNodeId()
getTargetNodeId
public java.lang.Long getTargetNodeId()
getQName
public QName getQName()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.