Class PersistenceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.logicaldoc.core.PersistenceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ValidationException

public class PersistenceException extends Exception
Raised when a problem happens in the data layer.
Since:
8.3.4
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Constructor Details

    • PersistenceException

      public PersistenceException()
    • PersistenceException

      public PersistenceException(String message, Throwable cause)
    • PersistenceException

      public PersistenceException(String message)
    • PersistenceException

      public PersistenceException(Throwable cause)