|
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 | +--oracle.olapi.transaction.NotPreparedException
Indicates that the TransactionProvider
has not prepared the current Transaction
and therefore it cannot commit the Transaction
.
Constructor Summary | |
NotPreparedException(Transaction transaction) Creates a NotPreparedException . |
Method Summary | |
Transaction |
getTransaction() Gets the Transaction that has not been prepared. |
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 NotPreparedException(Transaction transaction)
NotPreparedException
.transaction
- The Transaction
that has not been prepared.Method Detail |
public Transaction getTransaction()
Transaction
that has not been prepared.Transaction
that has not been prepared.
|
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 |