Class COM.odi.ObjectNotExportedException

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

public final class ObjectNotExportedException
extends ObjectException
Thrown when an attempt is made to call an API entry point on a local object and the entry point requires an exported object. An application can call ObjectStore.isExported() to determine whether or not a specified object is an exported object.


Method Index

 o getUnexportedObject()
Returns the unexported object that caused the exception to be thrown, or null if the object is not known.

Methods

 o getUnexportedObject
  public Object getUnexportedObject()
Returns the unexported object that caused the exception to be thrown, or null if the object is not known. Note that the object will be stale if the default abort retain type is ObjectStore.RETAIN_STALE, which is its default value.


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