Package net.sf.ehcache.transaction
Class TransactionIDNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.ehcache.CacheException
-
- net.sf.ehcache.transaction.TransactionException
-
- net.sf.ehcache.transaction.TransactionIDNotFoundException
-
- 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.- Author:
- Ludovic Orban
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransactionIDNotFoundException(java.lang.String message)Constructor
-