Package org.odmg
Class ODMGException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.odmg.ODMGException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DatabaseNotFoundException,DatabaseOpenException,ObjectNameNotFoundException,ObjectNameNotUniqueException,QueryException
public class ODMGException extends java.lang.ExceptionThis is the base class for all exceptions thrown by an ODMG implementation.- Author:
- David Jordan (as Java Editor of the Object Data Management Group)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ODMGException()Construct anODMGExceptionobject without an error message.ODMGException(java.lang.String msg)Construct anODMGExceptionobject with an error message.
-