| javax.transaction |
|
| Java Source File Name | Type | Comment |
| InvalidTransactionException.java | Class | An exception which is thrown when a request contains invalid transaction
context information. |
| TransactionRequiredException.java | Class | An exception which is thrown when a request is made which supplied a null
transaction context in a situation where an active transaction is required. |
| TransactionRolledbackException.java | Class | An exception which is thrown to indicate that the transaction associated with
a request has been rolled back or marked for rollback. |