| Name | Description | Type | Package | Framework |
| InvalidTransactionException | This exception indicates that the request carried an invalid transaction context. | Class | javax.transaction | Java SE |
|
| TransactionRequiredException | This exception indicates that a request carried a null transaction context, but the target object requires an activate transaction. | Class | javax.transaction | Java SE |
|
| TransactionRolledbackException | This exception indicates that the transaction associated with processing of the request has been rolled back, or marked to roll back. | Class | javax.transaction | Java SE |
|
| XAException | The XAException is thrown by the Resource Manager (RM) to inform the Transaction Manager of an error encountered by the involved transaction. | Class | javax.transaction.xa | Java SE |
|
| XAResource | The XAResource interface is a Java mapping of the industry standard XA interface based on the X/Open CAE Specification (Distributed | Interface | javax.transaction.xa | Java SE |
|
| Xid | The Xid interface is a Java mapping of the X/Open transaction identifier XID structure. | Interface | javax.transaction.xa | Java SE |
|
| HeuristicCommitException | This exception is thrown by the rollback operation on a resource to report that a heuristic decision was made and that all relevant updates | Class | javax.transaction | Java EE |
|
| HeuristicMixedException | This exception is thrown to report that a heuristic decision was made and that some relevant updates have been committed and others have been | Class | javax.transaction | Java EE |
|
| HeuristicRollbackException | This exception is thrown by the commit operation to report that a heuristic decision was made and that all relevant updates have been rolled back. | Class | javax.transaction | Java EE |
|
| InvalidTransactionException | This exception indicates that the request carried an invalid transaction context. | Class | javax.transaction | Java EE |
|
| NotSupportedException | NotSupportedException exception indicates that the request cannot be executed because the operation is not a supported feature. | Class | javax.transaction | Java EE |
|
| RollbackException | RollbackException exception is thrown when the transaction has been marked for rollback only or the transaction has been rolled back | Class | javax.transaction | Java EE |
|
| Status | | Interface | javax.transaction | Java EE |
|
| Synchronization | The transaction manager supports a synchronization mechanism that allows the interested party to be notified before and | Interface | javax.transaction | Java EE |
|
| SystemException | The SystemException is thrown by the transaction manager to indicate that it has encountered an unexpected error condition | Class | javax.transaction | Java EE |
|
| Transaction | The Transaction interface allows operations to be performed against the transaction in the target Transaction object. | Interface | javax.transaction | Java EE |
|
| Transactional | The javax. | Class | javax.transaction | Java EE |
|
| Transactional .TxType | The TxType element of the annotation indicates whether a bean method is to be executed within a transaction context where the values provide the following | Class | javax.transaction.Transactional | Java EE |
|
| TransactionalException | The TransactionalException thrown from the Transactional interceptors implementation contains the original exception as its nested exception | Class | javax.transaction | Java EE |
|
| TransactionManager | The TransactionManager interface defines the methods that allow an application server to manage transaction boundaries. | Interface | javax.transaction | Java EE |
|
| TransactionRequiredException | This exception indicates that a request carried a null transaction context, but the target object requires an active transaction. | Class | javax.transaction | Java EE |
|
| TransactionRolledbackException | This exception indicates that the transaction associated with processing of the request has been rolled back, or it has been marked to roll back. | Class | javax.transaction | Java EE |
|
| TransactionScoped | The javax. | Class | javax.transaction | Java EE |
|
| TransactionSynchronizationRegistry | This interface is intended for use by system level application server components such as persistence managers, resource adapters, as well as | Interface | javax.transaction | Java EE |
|
| UserTransaction | The UserTransaction interface defines the methods that allow an application to explicitly manage transaction boundaries. | Interface | javax.transaction | Java EE |
|
| XAException | The XAException is thrown by the Resource Manager (RM) to inform the Transaction Manager of an error encountered by the involved | Class | javax.transaction.xa | Java EE |
|
| XAResource | The XAResource interface is a Java mapping of the industry standard XA interface based on the X/Open CAE Specification (Distributed | Interface | javax.transaction.xa | Java EE |
|
| Xid | The Xid interface is a Java mapping of the X/Open transaction identifier XID structure. | Interface | javax.transaction.xa | Java EE |