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

B10994-01

oracle.olapi.transaction
Class TransactionInactiveException

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

public class TransactionInactiveException
extends java.lang.IllegalStateException

Indicates that the current Transaction has already been committed or rolled back by the application and is therefore no longer active.

See Also:
Serialized Form

Constructor Summary
TransactionInactiveException(Transaction transaction)
          Creates a TransactionTerminatedException.

 

Method Summary
 Transaction getTransaction()
          Gets the inactive Transaction.

 

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

TransactionInactiveException

public TransactionInactiveException(Transaction transaction)
Creates a TransactionTerminatedException.
Parameters:
transaction - The Transaction that is inactive.
Method Detail

getTransaction

public Transaction getTransaction()
Gets the inactive Transaction.
Returns:
Transaction The Transaction that is inactive.

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

B10994-01

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