Class DuplicateDocumentExeption

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.logicaldoc.core.document.DuplicateDocumentExeption
All Implemented Interfaces:
Serializable

public class DuplicateDocumentExeption extends Exception
Used to declare a duplicated insert
Since:
6.8
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Constructor Details

    • DuplicateDocumentExeption

      public DuplicateDocumentExeption(String customId, Throwable cause)
    • DuplicateDocumentExeption

      public DuplicateDocumentExeption(String customId)
  • Method Details

    • getCustomId

      public String getCustomId()