Uses of Class
org.apache.tinkerpop.gremlin.structure.util.TransactionException
- 
Packages that use TransactionException Package Description org.apache.tinkerpop.gremlin.structure.util 
- 
- 
Uses of TransactionException in org.apache.tinkerpop.gremlin.structure.utilMethods in org.apache.tinkerpop.gremlin.structure.util that throw TransactionException Modifier and Type Method Description protected abstract voidAbstractTransaction. doCommit()Called withAbstractTransaction.commit()after theTransaction.onReadWrite(Consumer)has been notified.protected abstract voidAbstractTransaction. doRollback()Called withAbstractTransaction.rollback()after theTransaction.onReadWrite(Consumer)has been notified.
 
-