Uses of Class
org.datanucleus.api.jdo.exceptions.TransactionNotActiveException
-
Packages that use TransactionNotActiveException Package Description org.datanucleus.api.jdo.exceptions Package containing exceptions thrown that are specific to JDO persistence -
-
Uses of TransactionNotActiveException in org.datanucleus.api.jdo.exceptions
Subclasses of TransactionNotActiveException in org.datanucleus.api.jdo.exceptions Modifier and Type Class Description class
TransactionNotReadableException
A TransactionNotReadableException is thrown if an operation needs either of an active transaction or non-transactional read and neither is true.class
TransactionNotWritableException
A TransactionNotReadableException is thrown if an operation needs either of an active transaction or non-transactional read and neither is true.
-