|
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 | +--oracle.olapi.transaction.NotCommittableException | +--oracle.express.olapi.data.full.ExpressNotCommittableException
Indicates that the ExpressTransactionProvider
has determined that the query defined in the current Transaction
is invalid. This exception can occur when the ExpressTransactionProvider
is preparing the Transaction
for committing.
ExpressTransactionProvider.prepareCurrentTransaction()
, Serialized FormMethod Summary | |
ErrorStack |
getErrorStack() Gets the stack of errors generated by the ExpressTransactionProvider for the situation that generated the exception. |
java.lang.String |
toString() Gets a text representation of the ExpressNotCommittableException that includes short descriptions of the errors that contributed to the exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public final ErrorStack getErrorStack()
ExpressTransactionProvider
for the situation that generated the exception.ErrorStack
, which provides information about this exception.ErrorStack
public final java.lang.String toString()
ExpressNotCommittableException
that includes short descriptions of the errors that contributed to the exception.String
that contains a text representation of the ExpressNotCommittableException
.
|
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 |