Class PersistenceRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IdentityNotFoundException, ReadOnlyTransactionException, TransactionNotActiveException

public class PersistenceRuntimeException extends OntopiaRuntimeException
INTERNAL: Thrown when persistence related problems occur.

See Also:
  • Constructor Details

    • PersistenceRuntimeException

      public PersistenceRuntimeException(Throwable e)
    • PersistenceRuntimeException

      public PersistenceRuntimeException(String message)
    • PersistenceRuntimeException

      public PersistenceRuntimeException(String message, Throwable e)