Package com.logicaldoc.core
Class PersistenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
com.logicaldoc.core.PersistenceException
- All Implemented Interfaces:
- Serializable,- Iterable<Throwable>
- Direct Known Subclasses:
- TooManyDocumentsException,- ValidationException
Raised when a problem happens in the data layer.
- Since:
- 8.3.4
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionPersistenceException(String message) PersistenceException(String message, Throwable cause) PersistenceException(Throwable cause) 
- 
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- 
PersistenceExceptionpublic PersistenceException()
- 
PersistenceException
- 
PersistenceException
- 
PersistenceException
 
-