org.alfresco.repo.content
Class ContentExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.repo.content.ContentExistsException
- All Implemented Interfaces:
- java.io.Serializable
public class ContentExistsException
- extends org.alfresco.error.AlfrescoRuntimeException
Exception produced when a request is made to write content to a location
already in use, either by content being written or previously written.
- Since:
- 2.1
- See Also:
ContentStore.getWriter(ContentContext)
,
Serialized Form
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException |
create, create, getMsgId, getMsgParams, makeRuntimeException |
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 |
ContentExistsException
public ContentExistsException(ContentStore contentStore,
java.lang.String contentUrl)
- Parameters:
contentStore
- the originating content storecontentUrl
- the offending content URL
ContentExistsException
public ContentExistsException(ContentStore contentStore,
java.lang.String contentUrl,
java.lang.String msg)
- Parameters:
contentStore
- the originating content storecontentUrl
- the offending content URL
getContentStore
public ContentStore getContentStore()
getContentUrl
public java.lang.String getContentUrl()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.