com.odi
Class TransactionInProgressException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.odi.ObjectStoreException
                  extended bycom.odi.odmg.ODMGRuntimeException
                      extended bycom.odi.TransactionException
                          extended bycom.odi.odmg.TransactionInProgressException
                              extended bycom.odi.TransactionInProgressException
All Implemented Interfaces:
Serializable

public final class TransactionInProgressException
extends TransactionInProgressException

Thrown when the application tries to use an entrypoint inside a transaction when that entrypoint can be used only outside a transaction. You can invoke Transaction.inTransaction() to determine whether or not a transaction is in progress. Extends com.odi.odmg.TransactionInProgressException to fit into the ODMG exception heirachy.

See Also:
Serialized Form



Copyright 2005 Progress Software Corporation. All rights reserved.