Uses of Class
jakarta.transaction.NotSupportedException
-
Packages that use NotSupportedException Package Description jakarta.transaction Provides the API that defines the contract between the transaction manager and the various parties involved in a distributed transaction namely : resource manager, application, and application server.org.infinispan.commons.tx org.jboss.ejb._private -
-
Uses of NotSupportedException in jakarta.transaction
Methods in jakarta.transaction that throw NotSupportedException Modifier and Type Method Description voidTransactionManager. begin()Create a new transaction and associate it with the current thread.voidUserTransaction. begin()Create a new transaction and associate it with the current thread. -
Uses of NotSupportedException in org.infinispan.commons.tx
Methods in org.infinispan.commons.tx that throw NotSupportedException Modifier and Type Method Description voidTransactionManagerImpl. begin() -
Uses of NotSupportedException in org.jboss.ejb._private
Methods in org.jboss.ejb._private that return NotSupportedException Modifier and Type Method Description NotSupportedExceptionLogs_$logger. txAlreadyAssociatedWithThread()NotSupportedExceptionLogs. txAlreadyAssociatedWithThread()
-