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

B10994-01

oracle.olapi.transaction
Class NotPreparedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.olapi.transaction.NotPreparedException

public class NotPreparedException
extends java.lang.RuntimeException

Indicates that the TransactionProvider has not prepared the current Transaction and therefore it cannot commit the Transaction.

See Also:
Serialized Form

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

NotPreparedException

public NotPreparedException(Transaction transaction)
Creates a NotPreparedException.
Parameters:
transaction - The Transaction that has not been prepared.
Method Detail

getTransaction

public Transaction getTransaction()
Gets the Transaction that has not been prepared.
Returns:
Transaction The Transaction that has not been prepared.

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

B10994-01

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