Class COM.odi.UnexportedObjectsBecameStaleException

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

public class UnexportedObjectsBecameStaleException
extends ObjectException
Thrown when retained, unexported objects in a segment have been made stale. This happens when schema evolution moves objects in the segment.


Method Index

 o getSegment()
The segment for which objects became stale.

Methods

 o getSegment
  public Segment getSegment()
The segment for which objects became stale.


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