Class COM.odi.NoTransactionInProgressException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----COM.odi.ObjectStoreException
|
+----COM.odi.odmg.ODMGRuntimeException
|
+----COM.odi.TransactionException
|
+----COM.odi.odmg.TransactionNotInProgressException
|
+----COM.odi.NoTransactionInProgressException
- 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.
Copyright © 1996, 1997, 1998 Object Design, Inc. All rights reserved.