Class COM.odi.DatabaseNotOpenException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----COM.odi.ObjectStoreException
                                   |
                                   +----COM.odi.odmg.ODMGException
                                           |
                                           +----COM.odi.DatabaseException
                                                   |
                                                   +----COM.odi.odmg.DatabaseClosedException
                                                           |
                                                           +----COM.odi.DatabaseNotOpenException

public final class DatabaseNotOpenException
extends DatabaseClosedException
Thrown when an attempt is made to call an entrypoint with a closed database that expects an open database. You can invoke Database.isOpen() to determine whether or not a database is open. Extends COM.odi.odmg.DatabaseClosedException to fit into the ODMG exception heirachy.



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