Class FileExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.service.cmr.model.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:
  • Constructor Details

    • FileExistsException

      public FileExistsException(NodeRef parentNodeRef, String name)
  • Method Details

    • getParentNodeRef

      public NodeRef getParentNodeRef()
    • getName

      public String getName()