@AlfrescoPublicApi public class AssociationExistsException extends RuntimeException
Constructor and Description |
---|
AssociationExistsException(Long sourceNodeId,
Long targetNodeId,
QName qname) |
AssociationExistsException(Long sourceNodeId,
Long targetNodeId,
QName qname,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
QName |
getQName() |
Long |
getSourceNodeId() |
Long |
getTargetNodeId() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AssociationExistsException(Long sourceNodeId, Long targetNodeId, QName qname)
public AssociationExistsException(Long sourceNodeId, Long targetNodeId, QName qname, Throwable cause)
sourceNodeId
- the source of the associationtargetNodeId
- the target of the associationqname
- the qualified name of the associationcause
- a causal exceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.