net.sf.ehcache.transaction
Class TransactionException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               net.sf.ehcache.CacheException
net.sf.ehcache.CacheException
                   net.sf.ehcache.transaction.TransactionException
net.sf.ehcache.transaction.TransactionException
- All Implemented Interfaces: 
- Serializable
- Direct Known Subclasses: 
- DeadLockException, OptimisticLockFailureException, TransactionInterruptedException, TransactionTimeoutException
- public class TransactionException 
- extends CacheException
Instances of this class or its subclasses are thrown when an error
 happen in the transaction subsystem
- 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 | 
 
 
TransactionException
public TransactionException(String message)
- Create a new TransactionException
 
- Parameters:
- message- the error message
 
TransactionException
public TransactionException(String message,
                            Throwable throwable)
- Create a new TransactionException
 
- Parameters:
- message- the error message
- throwable- the exception's cause
 
true