rcf.core.concurrent.transactions
Class TransactionAbortedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rcf.core.concurrent.transactions.TransactionAbortedException
- All Implemented Interfaces:
- Serializable
@Revision(value="$Revision: 1.3 $",
date="$Date: 2006/12/15 20:37:50 $",
tag="$Name: $")
public class TransactionAbortedException- extends RuntimeException
TODO: Javadoc
TODO: Unit tests, Code review, Javadoc review, Seal/Finalize
TODO: equals, hashCode, toString
- Version:
- $Revision: 1.3 $
- Author:
- Greg Gibeling
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- TODO: Javadoc
- See Also:
- Constant Field Values
TransactionAbortedException
public TransactionAbortedException()
- TODO: Javadoc
TransactionAbortedException
public TransactionAbortedException(Transaction transaction,
Transactional transactional)
- TODO: Javadoc
- Parameters:
transaction - transactional -