Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

oracle.olapi.transaction
Class NotCommittableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.olapi.transaction.NotCommittableException
Direct Known Subclasses:
ExpressNotCommittableException, PrepareLockException

public class NotCommittableException
extends java.lang.Exception

Indicates that the TransactionProvider has determined that the query defined in the current Transaction is invalid and the TransactionProvider is therefore preventing the application from committing the Transaction. The prepareCurrentTransaction method on a TransactionProvider throws this exception.

See Also:
Serialized Form

Constructor Summary
NotCommittableException()
          Creates a NotCommittableException.
NotCommittableException(java.lang.String message)
          Creates a NotCommittableException with the specified message.

 

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

NotCommittableException

public NotCommittableException()
Creates a NotCommittableException.

NotCommittableException

public NotCommittableException(java.lang.String message)
Creates a NotCommittableException with the specified message.

Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

Copyright © 2002, 2003, Oracle. All Rights Reserved.