Oracle® OLAP Java API Reference
11g Release 2 (11.2)

E10794-03

oracle.olapi.transaction
Class TransactionInactiveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by oracle.olapi.OLAPIIllegalStateException
                      extended by oracle.olapi.transaction.TransactionInactiveException
All Implemented Interfaces:
java.io.Serializable, HasLocalizedMessage

public class TransactionInactiveException
extends OLAPIIllegalStateException

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 oracle.olapi.OLAPIIllegalStateException
getLocalizedMessage, getLocalizedMessage, toString
 
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
 

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:
The Transaction that is inactive.

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