Package helma.objectmodel
Class ObjectNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
helma.objectmodel.ObjectNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when an object could not found in the database where
it was expected.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new ObjectNotFoundException object. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ObjectNotFoundException
Creates a new ObjectNotFoundException object.- Parameters:
msg
- ...
-