Skip navigation links

Oracle® OLAP Java API Reference
11g Release 1 (11.1)

B28128-01


oracle.express.olapi.data.full
Class ExpressNotCommittableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.olapi.OLAPIException
              extended by oracle.olapi.transaction.NotCommittableException
                  extended by oracle.express.olapi.data.full.ExpressNotCommittableException

All Implemented Interfaces:
java.io.Serializable, HasLocalizedMessage

public final class ExpressNotCommittableException
extends NotCommittableException

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.

See Also:
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

getErrorStack

public final ErrorStack getErrorStack()
Gets the stack of errors generated by the ExpressTransactionProvider for the situation that generated the exception.
Returns:
An ErrorStack, which provides information about this exception.
See Also:
ErrorStack

toString

public final java.lang.String toString()
Gets a text representation of the ExpressNotCommittableException that includes short descriptions of the errors that contributed to the exception.
Overrides:
toString in class OLAPIException
Returns:
A String that contains a text representation of the ExpressNotCommittableException.

Skip navigation links

Copyright © 2002, 2007, Oracle. All rights reserved.