net.sf.ehcache.transaction
Class TransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.ehcache.CacheException
net.sf.ehcache.transaction.TransactionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DeadLockException, OptimisticLockFailureException, TransactionIDNotFoundException, 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 messagethrowable
- the exception's cause
Copyright 2001-2014, Terracotta, Inc.