Class FileExistsException

  • All Implemented Interfaces:
    Serializable

    @AlfrescoPublicApi
    public class FileExistsException
    extends org.alfresco.error.AlfrescoRuntimeException
    Common exception thrown when an operation fails because of a name clash.
    Author:
    Derek Hulley
    See Also:
    Serialized Form
    • Constructor Detail

      • FileExistsException

        public FileExistsException​(org.alfresco.service.cmr.repository.NodeRef parentNodeRef,
                                   String name)
    • Method Detail

      • getParentNodeRef

        public org.alfresco.service.cmr.repository.NodeRef getParentNodeRef()
      • getName

        public String getName()