com.odi
Class NoTransactionInProgressException

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.TransactionNotInProgressException
                              extended bycom.odi.NoTransactionInProgressException
All Implemented Interfaces:
Serializable

public final class NoTransactionInProgressException
extends TransactionNotInProgressException

Thrown when an attempt is made to call an entrypoint that requires an open transaction and there is no open transaction. You can invoke Transaction.inTransaction() to determine whether or not a transaction is in progress. Extends com.odi.odmg.TransactionNotInProgressException to fit into the ODMG exception heirachy.

See Also:
Serialized Form



Copyright 2005 Progress Software Corporation. All rights reserved.