Package com.logicaldoc.core.document
Class TooManyDocumentsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
com.logicaldoc.core.PersistenceException
com.logicaldoc.core.document.TooManyDocumentsException
- All Implemented Interfaces:
- Serializable,- Iterable<Throwable>
Exception raised when you try to add more documents than allowed in the same
 folder
- Since:
- 9.1.1
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.sql.SQLExceptiongetErrorCode, getNextException, getSQLState, iterator, setNextExceptionMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Constructor Details- 
TooManyDocumentsException
 
- 
- 
Method Details- 
getFolderIdpublic long getFolderId()
 
-