|
Exception Summary |
| TxDemarcationException |
A TxStackException is thrown to indicate that the
TxManager has encountered an unbalanced sequence of transaction
demarcation calls. |
| TxDuplicateOIDRegistrationException |
A TxDuplicateOIDRegistratrionException is thrown when an attempt to register a duplicate synchronization object
with a different SID in a given synchtonization level is discovered. |
| TxException |
A TxException is thrown to indicate that the transaction
manager has encountered an unexpected error situation. |
| TxRollbackException |
A TxRollbackException is thrown when a transaction is marked
for rollback only or when it has been rolled back instead of committed. |
| TxSynchronizationException |
A TxSynchronizationException is thrown when a passed
Synchronization object conflicts with another
Synchronization object that has already been registered
under the same synchronization id. |