Uses of Class
st.orm.PersistenceException
Packages that use PersistenceException
Package
Description
Foundation of the data model: the mapping annotations and the record interfaces.
-
Uses of PersistenceException in st.orm
Subclasses of PersistenceException in st.ormModifier and TypeClassDescriptionclassThrown whengetSingleResultis executed on a query and there is more than one result from the query.classThrown whengetSingleResultis executed on a query and there is no result to return.classThrown when an optimistic locking conflict occurs.classThrown when a transaction completion callback fails.classThrown when a transaction does not complete within its timeout.classThrown when a transaction completes with an unexpected rollback: the block finished normally, but the physical transaction was rolled back, for example because a joined inner scope marked it rollback-only.