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

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

Uses of TransactionException in net.sourceforge.hivetranse.transaction
 

Subclasses of TransactionException in net.sourceforge.hivetranse.transaction
 class ForbiddenTransactionException
          Thrown by TransactionService implementations when a transaction currently exists but the current context does not allow any.
 class MandatoryTransactionException
          Thrown by TransactionService implementations when a transaction is currently required but does not exist in the current context.
 

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