Class COM.odi.odmg.TransactionInProgressException
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.TransactionInProgressException
- public class TransactionInProgressException
- extends TransactionException
Thrown when the application tries to call a method within a transaction
when that method must only be called with no transaction in progress.
Copyright © 1996, 1997, 1998 Object Design, Inc. All rights reserved.