Uses of Class
org.datanucleus.exceptions.TransactionNotActiveException

Packages that use TransactionNotActiveException
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
 class TransactionNotReadableException
          An TransactionNotReadableException is thrown if an operation needs either of an active transaction or non-transactional read and neither is true.
 class TransactionNotWritableException
          An TransactionNotReadableException is thrown if an operation needs either of an active transaction or non-transactional read and neither is true.
 



Copyright © 2013. All Rights Reserved.