Class PersistenceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.dirigible.database.persistence.PersistenceException
All Implemented Interfaces:
Serializable

public class PersistenceException
extends RuntimeException
The Persistence Exception.
See Also:
Serialized Form
  • Constructor Details

    • PersistenceException

      public PersistenceException()
      Instantiates a new persistence exception.
    • PersistenceException

      public PersistenceException​(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Instantiates a new persistence exception.
      Parameters:
      message - the message
      cause - the cause
      enableSuppression - the enable suppression
      writableStackTrace - the writable stack trace
    • PersistenceException

      public PersistenceException​(String message, Throwable cause)
      Instantiates a new persistence exception.
      Parameters:
      message - the message
      cause - the cause
    • PersistenceException

      public PersistenceException​(String message)
      Instantiates a new persistence exception.
      Parameters:
      message - the message
    • PersistenceException

      public PersistenceException​(Throwable cause)
      Instantiates a new persistence exception.
      Parameters:
      cause - the cause