public markRollbackOnly() as Void:
Prevents the active transaction from being committed.
transaction = manager.beginTransaction() transaction.markRollbackOnly()