com.odi
Class DatabaseNotAffiliatedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.odi.ObjectStoreException
                  extended bycom.odi.odmg.ODMGException
                      extended bycom.odi.DatabaseException
                          extended bycom.odi.DatabaseNotAffiliatedException
All Implemented Interfaces:
Serializable

public final class DatabaseNotAffiliatedException
extends DatabaseException

Thrown when there is an attempt to store in a database a reference to an object in another database that is not affiliated with this database. Use Database.affiliate() to allow a database to refer to objects in another database.

See Also:
Database.affiliate(com.odi.Database, boolean), Serialized Form



Copyright 2005 Progress Software Corporation. All rights reserved.