ehcache

net.sf.ehcache.transaction
Class TransactionIDNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.ehcache.CacheException
                  extended by net.sf.ehcache.transaction.TransactionException
                      extended by 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

Constructor Summary
TransactionIDNotFoundException(String message)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionIDNotFoundException

public TransactionIDNotFoundException(String message)
Constructor


ehcache

Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.