Package com.logicaldoc.core.document
Class DuplicateDocumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.logicaldoc.core.document.DuplicateDocumentException
- All Implemented Interfaces:
Serializable
Used to declare a duplicated insert
- Since:
- 6.8
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDuplicateDocumentException
(String customId) DuplicateDocumentException
(String customId, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateDocumentException
-
DuplicateDocumentException
-
-
Method Details
-
getCustomId
-