Class COM.odi.odmg.TransactionNotInProgressException

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

public class TransactionNotInProgressException
extends TransactionException
Thrown when the application tries to call a method outside of a transaction when the method can only be called from within a transaction.



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