Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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:
Serializable

public class AssociationExistsException
extends RuntimeException
Thrown when an operation could not be performed because a named association already exists between two nodes
Author:
Derek Hulley
See Also:
Serialized Form

Constructor Summary
AssociationExistsException(Long sourceNodeId, Long targetNodeId, QName qname)
AssociationExistsException(Long sourceNodeId, Long targetNodeId, QName qname, Throwable cause)
Method Summary
getQName()
getSourceNodeId()
getTargetNodeId()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
AssociationExistsException
public AssociationExistsException(Long sourceNodeId,
                                  Long targetNodeId,
                                  QName qname)
See Also:
AssociationExistsException(Long, Long, org.alfresco.service.namespace.QName, Throwable)

AssociationExistsException
public AssociationExistsException(Long sourceNodeId,
                                  Long targetNodeId,
                                  QName qname,
                                  Throwable cause)
Parameters:
sourceNodeId - the source of the association
targetNodeId - the target of the association
qname - the qualified name of the association
cause - a causal exception
Method Detail
getSourceNodeId
public Long getSourceNodeId()

getTargetNodeId
public Long getTargetNodeId()

getQName
public QName getQName()

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2016 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.