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​(NodeRef parentNodeRef,
                                   String name)
    • Method Detail

      • getParentNodeRef

        public NodeRef getParentNodeRef()
      • getName

        public String getName()