Uses of Class
org.datanucleus.exceptions.TransactionNotActiveException
-
Packages that use TransactionNotActiveException Package Description org.datanucleus.exceptions This package provides exceptions thrown by the core (client-facing) parts of DataNucleus. -
-
Uses of TransactionNotActiveException in org.datanucleus.exceptions
Subclasses of TransactionNotActiveException in org.datanucleus.exceptions Modifier and Type Class Description classTransactionNotReadableExceptionAn TransactionNotReadableException is thrown if an operation needs either of an active transaction or non-transactional read and neither is true.classTransactionNotWritableExceptionAn TransactionNotReadableException is thrown if an operation needs either of an active transaction or non-transactional read and neither is true.
-