Uses of Class
net.sourceforge.hivetranse.transaction.ForbiddenTransactionException

Packages that use ForbiddenTransactionException
net.sourceforge.hivetranse.transaction This is the main package for generic transaction handling under HiveMind. 
 

Uses of ForbiddenTransactionException in net.sourceforge.hivetranse.transaction
 

Methods in net.sourceforge.hivetranse.transaction that throw ForbiddenTransactionException
 void TransactionService.begin(TransactionDemarcation demarcation)
          Marks the beginning of a new transaction demarcation scope.
 void AbstractTransactionService.begin(TransactionDemarcation demarcation)