com.objy.db
Class ObjectNameNotFoundException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.objy.db.ObjyException
|
+--com.objy.db.ODMGException
|
+--com.objy.db.ObjectNameNotFoundException
- All Implemented Interfaces:
- Serializable
- public class ObjectNameNotFoundException
- extends ODMGException
Signals an attempt to look up an object by a root name that cannot be found.
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
ObjectNameNotFoundException
public ObjectNameNotFoundException()
- Reserved for internal use; you obtain an exception of this class
only by catching checked exceptions.
You should not use this constructor directly.
ObjectNameNotFoundException
public ObjectNameNotFoundException(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.
Copyright © 2000 Objectivity, Inc. All rights reserved.