Package net.ontopia.persistence.proxy
Class PersistenceRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.ontopia.utils.OntopiaRuntimeException
net.ontopia.persistence.proxy.PersistenceRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IdentityNotFoundException,ReadOnlyTransactionException,TransactionNotActiveException
INTERNAL: Thrown when persistence related problems occur.
- See Also:
-
Field Summary
Fields inherited from class net.ontopia.utils.OntopiaRuntimeException
cause -
Constructor Summary
ConstructorsConstructorDescriptionPersistenceRuntimeException(String message) PersistenceRuntimeException(String message, Throwable e) -
Method Summary
Methods inherited from class net.ontopia.utils.OntopiaRuntimeException
getCause, getMessage, printStackTrace, printStackTrace, printStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
PersistenceRuntimeException
-
PersistenceRuntimeException
-
PersistenceRuntimeException
-