Package 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:
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
- Author:
- Derek Hulley
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContentExistsException(ContentStore contentStore, String contentUrl) ContentExistsException(ContentStore contentStore, String contentUrl, String msg) -
Method Summary
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContentExistsException
- Parameters:
contentStore- the originating content storecontentUrl- the offending content URL
-
ContentExistsException
- Parameters:
contentStore- the originating content storecontentUrl- the offending content URL
-
-
Method Details
-
getContentStore
-
getContentUrl
-