com.odi
Class ClusterNotFoundException

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.ClusterException
                          extended bycom.odi.ClusterNotFoundException
All Implemented Interfaces:
Serializable

public class ClusterNotFoundException
extends ClusterException

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

See Also:
Serialized Form



Copyright 2005 Progress Software Corporation. All rights reserved.