|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--java.lang.IllegalStateException | +--oracle.olapi.transaction.TransactionInactiveException
Indicates that the current Transaction
has already been committed or rolled back by the application and is therefore no longer active.
Constructor Summary | |
TransactionInactiveException(Transaction transaction) Creates a TransactionTerminatedException . |
Method Summary | |
Transaction |
getTransaction() Gets the inactive Transaction . |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TransactionInactiveException(Transaction transaction)
TransactionTerminatedException
.transaction
- The Transaction
that is inactive.Method Detail |
public Transaction getTransaction()
Transaction
.Transaction
that is inactive.
|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |