Class NodeExistsException

  • All Implemented Interfaces:
    Serializable

    public class NodeExistsException
    extends org.alfresco.error.AlfrescoRuntimeException
    Exception generated when a live node already exists for a given node reference.
    Since:
    4.0
    Author:
    Derek Hulley
    See Also:
    Serialized Form
    • Constructor Detail

      • NodeExistsException

        public NodeExistsException​(org.alfresco.util.Pair<Long,​org.alfresco.service.cmr.repository.NodeRef> nodePair,
                                   Throwable e)
    • Method Detail

      • getNodePair

        public org.alfresco.util.Pair<Long,​org.alfresco.service.cmr.repository.NodeRef> getNodePair()