org.alfresco.service.cmr.model
Class FileExistsException
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 |
FileExistsException(org.alfresco.service.cmr.repository.NodeRef parentNodeRef,
java.lang.String name)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FileExistsException
public FileExistsException(org.alfresco.service.cmr.repository.NodeRef parentNodeRef,
java.lang.String name)
getParentNodeRef
public org.alfresco.service.cmr.repository.NodeRef getParentNodeRef()
getName
public java.lang.String getName()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.