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: 
 - 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
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
TransactionIDNotFoundException
public TransactionIDNotFoundException(String message)
- Constructor
 
Copyright 2001-2014, Terracotta, Inc.