Package net.sf.ehcache.transaction
Class TransactionTimeoutException
- 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.TransactionTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class TransactionTimeoutException extends TransactionException
This exception is thrown when a transactional operation times out- Author:
- Ludovic Orban
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransactionTimeoutException(java.lang.String message)Create a new TransactionTimeoutException
-