Package org.odmg
Class ObjectDeletedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.odmg.ODMGRuntimeException
-
- org.odmg.ObjectDeletedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ObjectDeletedException extends ODMGRuntimeException
This exception is thrown when accessing an object that was deleted.- Author:
- David Jordan (as Java Editor of the Object Data Management Group)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectDeletedException()Construct an instance of the exception.ObjectDeletedException(java.lang.String msg)Construct an instance of the exception.
-