Uses of Class
org.xwiki.store.TransactionException
-
Uses of TransactionException in org.xwiki.store
Methods in org.xwiki.store that throw TransactionExceptionModifier and TypeMethodDescriptionprotected final voidTransactionRunnable.commit()Commit this and all of the chained runnables.protected final voidTransactionRunnable.complete()Run onComplete() on this and each of the chained runnables.protected final voidTransactionRunnable.preRun()PreRun this and all of the chained runnables.protected final voidTransactionRunnable.rollback()Rollback this and all of the chained runnables.protected final voidTransactionRunnable.run()Run this and all of the chained runnables.voidStartableTransactionRunnable.start()Start this TransactionRunnable and all that are chained to it.