Class COM.odi.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
                                                           |
                                                           +----COM.odi.TransactionInProgressException

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.



Copyright © 1996, 1997, 1998 Object Design, Inc. All rights reserved.