public class AssociationExistsException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
AssociationExistsException(java.lang.Long sourceNodeId,
java.lang.Long targetNodeId,
QName qname) |
AssociationExistsException(java.lang.Long sourceNodeId,
java.lang.Long targetNodeId,
QName qname,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
QName |
getQName() |
java.lang.Long |
getSourceNodeId() |
java.lang.Long |
getTargetNodeId() |
public AssociationExistsException(java.lang.Long sourceNodeId,
java.lang.Long targetNodeId,
QName qname)
#AssociationExistsException(NodeRef, NodeRef, QName, Throwable)public AssociationExistsException(java.lang.Long sourceNodeId,
java.lang.Long targetNodeId,
QName qname,
java.lang.Throwable cause)
sourceNodeId - the source of the associationtargetNodeId - the target of the associationqname - the qualified name of the associationcause - a causal exceptionpublic java.lang.Long getSourceNodeId()
public java.lang.Long getTargetNodeId()
public QName getQName()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.