Package net.ontopia.persistence.proxy
Class PersistenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.ontopia.utils.OntopiaException
net.ontopia.persistence.proxy.PersistenceException
- All Implemented Interfaces:
Serializable
INTERNAL: Thrown when persistence related problems occur.
- See Also:
-
Field Summary
Fields inherited from class net.ontopia.utils.OntopiaException
cause -
Constructor Summary
ConstructorsConstructorDescriptionPersistenceException(String message) PersistenceException(String message, Throwable cause) PersistenceException(Throwable cause) -
Method Summary
Methods inherited from class net.ontopia.utils.OntopiaException
getCause, getMessage, printStackTrace, printStackTrace, printStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
PersistenceException
-
PersistenceException
-
PersistenceException
-