Class COM.odi.ObjectAlreadyExportedException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----COM.odi.ObjectStoreException
                                   |
                                   +----COM.odi.ObjectException
                                           |
                                           +----COM.odi.ObjectAlreadyExportedException

public final class ObjectAlreadyExportedException
extends ObjectException
Thrown when an attempt is made to export an object that is already exported. An application can call ObjectStore.isExported() to determine whether or not a specified object is an exported object.



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