Uses of Class
de.hybris.platform.tx.TransactionException
-
Packages that use TransactionException Package Description de.hybris.platform.tx -
-
Uses of TransactionException in de.hybris.platform.tx
Subclasses of TransactionException in de.hybris.platform.tx Modifier and Type Class Description classIllegalTransactionStateExceptionSignals that the requested transactional operation could not be performed in the current state.classRollbackOnlyExceptionSignals that a transaction had been rolled back despite callingTransaction.commit()because it had been marked as rollback-only before.Methods in de.hybris.platform.tx that throw TransactionException Modifier and Type Method Description voidTransaction. begin()voidTransaction. commit()voidTransaction. rollback()
-