com.odi
Class SegmentNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.odi.ObjectStoreException
                  extended bycom.odi.SegmentException
                      extended bycom.odi.SegmentNotFoundException
All Implemented Interfaces:
Serializable

public final class SegmentNotFoundException
extends SegmentException

Thrown when an entry point is called that attempts to use a segment that has never been created or has been destroyed. You can invoke Segment.isDestroyed() to determine whether or not a segment has been destroyed.

See Also:
Serialized Form



Copyright 2005 Progress Software Corporation. All rights reserved.