- All Implemented Interfaces:
- java.io.Serializable
public class TransactionIDNotFoundException
extends TransactionException
This exception is used when a transaction ID suddenly disappeared when trying to update its state.
This usually means that the ID was duplicated one way or another (ie: illegal branch joins in the case of XA and XID transaction ID)
and the state was cleaned up somewhere earlier.
- See Also:
- Serialized Form