Package helma.objectmodel
Class ObjectNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- helma.objectmodel.ObjectNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ObjectNotFoundException extends java.lang.Exception
Thrown when an object could not found in the database where it was expected.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectNotFoundException(java.lang.String msg)
Creates a new ObjectNotFoundException object.
-