|
Oracle® OLAP Java API Reference 11g Release 1 (11.1) B28128-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.olapi.OLAPIException
oracle.olapi.transaction.NotCommittableException
oracle.express.olapi.data.full.ExpressNotCommittableException
public final class 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.
oracle.express.olapi.transaction.ExpressTransactionProvider#prepareCurrentTransaction, Serialized Form| Method 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 oracle.olapi.OLAPIException |
|---|
getLocalizedMessage, getLocalizedMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| 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.ErrorStackpublic final java.lang.String toString()
ExpressNotCommittableException that includes short descriptions of the errors that contributed to the exception.toString in class OLAPIExceptionString that contains a text representation of the ExpressNotCommittableException.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||