Uses of Class
org.apache.tinkerpop.gremlin.structure.util.TransactionException
Packages that use TransactionException
-
Uses of TransactionException in org.apache.tinkerpop.gremlin.structure.util
Methods in org.apache.tinkerpop.gremlin.structure.util that throw TransactionExceptionModifier and TypeMethodDescriptionprotected 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.