Class PersistenceException

All Implemented Interfaces:
Serializable

public class PersistenceException extends OntopiaException
INTERNAL: Thrown when persistence related problems occur.

See Also:
  • Constructor Details

    • PersistenceException

      public PersistenceException(Throwable cause)
    • PersistenceException

      public PersistenceException(String message)
    • PersistenceException

      public PersistenceException(String message, Throwable cause)