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:
- Serializable
public class TransactionTimeoutException
- extends TransactionException
This exception is thrown when a transactional operation times out
- 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 |
TransactionTimeoutException
public TransactionTimeoutException(String message)
- Create a new TransactionTimeoutException
- Parameters:
message
- the error message
Copyright 2001-2014, Terracotta, Inc.