- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.service.cmr.model.FileExistsException
-
- All Implemented Interfaces:
- java.io.Serializable
public class FileExistsException
extends java.lang.RuntimeException
Common, checked exception thrown when an operation fails because
of a name clash.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors
| Constructor and Description |
FileExistsException(org.alfresco.service.cmr.repository.NodeRef parentNodeRef,
java.lang.String name) |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
java.lang.String |
getName() |
org.alfresco.service.cmr.repository.NodeRef |
getParentNodeRef() |
-
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
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.