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