net.sf.ehcache.transaction
Class TransactionInterruptedException
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.TransactionInterruptedException
- All Implemented Interfaces:
- Serializable
public class TransactionInterruptedException
- extends TransactionException
This exception is thrown when a transactional operation got interrupted
via Thread.interrupt
- 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 |
TransactionInterruptedException
public TransactionInterruptedException(String message)
- Create a new TransactionInterruptedException
- Parameters:
message
- the error message
Copyright 2001-2014, Terracotta, Inc.