com.odi
Class DatabaseRootAlreadyExistsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.odi.ObjectStoreException
                  extended bycom.odi.odmg.ODMGException
                      extended bycom.odi.DatabaseException
                          extended bycom.odi.odmg.ObjectNameNotUniqueException
                              extended bycom.odi.DatabaseRootAlreadyExistsException
All Implemented Interfaces:
Serializable

public final class DatabaseRootAlreadyExistsException
extends ObjectNameNotUniqueException

Thrown when an attempt is made to create a root and that root already exists. Extends com.odi.odmg.ObjectNameNotUniqueException to fit into the ODMG exception heirachy.

See Also:
Serialized Form



Copyright 2005 Progress Software Corporation. All rights reserved.