org.ehcache.transactions.xa
Class XACacheAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ehcache.exceptions.CacheAccessException
              extended by org.ehcache.exceptions.RethrowingCacheAccessException
                  extended by org.ehcache.transactions.xa.XACacheAccessException
All Implemented Interfaces:
java.io.Serializable

public class XACacheAccessException
extends RethrowingCacheAccessException

A CacheAccessException thrown by the XAStore that is not handled by the ResilienceStrategy but used to throw a RuntimeException to the user of the cache.

See Also:
Serialized Form

Constructor Summary
XACacheAccessException(java.lang.RuntimeException cause)
           
 
Method Summary
 
Methods inherited from class org.ehcache.exceptions.RethrowingCacheAccessException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

XACacheAccessException

public XACacheAccessException(java.lang.RuntimeException cause)