xl2.transaction
Class TransactionNotOpenException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--xl2.util.NestedException
|
+--xl2.transaction.TransactionException
|
+--xl2.transaction.TransactionNotOpenException
- All Implemented Interfaces:
- java.io.Serializable
- public class TransactionNotOpenException
- extends TransactionException
A call was made when a transaction should have been open.
- See Also:
Transaction.isClosed()
,
Transaction.isOpen()
, Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TransactionNotOpenException
public TransactionNotOpenException(Transaction transaction)
TransactionNotOpenException
public TransactionNotOpenException(Transaction transaction,
java.lang.String message)
getTransaction
public Transaction getTransaction()