Class NodeExistsException

  • All Implemented Interfaces:
    java.io.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 Summary

      Constructors 
      Constructor Description
      NodeExistsException​(org.alfresco.util.Pair<java.lang.Long,​org.alfresco.service.cmr.repository.NodeRef> nodePair, java.lang.Throwable e)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.alfresco.util.Pair<java.lang.Long,​org.alfresco.service.cmr.repository.NodeRef> getNodePair()  
      • Methods inherited from class org.alfresco.error.AlfrescoRuntimeException

        create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
      • 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

      • NodeExistsException

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

      • getNodePair

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