Package org.alfresco.service.cmr.model
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:
java.io.Serializable
@AlfrescoPublicApi public class FileExistsException extends org.alfresco.error.AlfrescoRuntimeExceptionCommon exception thrown when an operation fails because of a name clash.- Author:
- Derek Hulley
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileExistsException(org.alfresco.service.cmr.repository.NodeRef parentNodeRef, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()org.alfresco.service.cmr.repository.NodeRefgetParentNodeRef()-
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
-
-