Objectivity for Java Reference

com.objy.db
Class ObjectNameNotUniqueException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.objy.db.ObjyException
                    |
                    +--com.objy.db.ODMGException
                          |
                          +--com.objy.db.ObjectNameNotUniqueException
All Implemented Interfaces:
Serializable

public class ObjectNameNotUniqueException
extends ODMGException

Signals an attempt to assign a root name to an object when that name is already assigned to an object in the same database or federated database.

Note: You should not create or throw an exception of this class; you obtain an instance of this class by catching checked exceptions.

See Also:
Serialized Form

Fields inherited from class com.objy.db.ObjyException
errors
 
Constructor Summary
ObjectNameNotUniqueException()
          Reserved for internal use; you obtain an exception of this class only by catching checked exceptions.
ObjectNameNotUniqueException(String msg)
          Reserved for internal use; you obtain an exception of this class only by catching checked exceptions.
 
Methods inherited from class com.objy.db.ObjyException
errors, reportErrors
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectNameNotUniqueException

public ObjectNameNotUniqueException()
Reserved for internal use; you obtain an exception of this class only by catching checked exceptions.

You should not use this constructor directly.


ObjectNameNotUniqueException

public ObjectNameNotUniqueException(String msg)
Reserved for internal use; you obtain an exception of this class only by catching checked exceptions.

You should not use this constructor directly.


Objectivity for Java Reference

Copyright © 2000 Objectivity, Inc. All rights reserved.