Class ObjectNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
helma.objectmodel.ObjectNotFoundException
All Implemented Interfaces:
Serializable

public class ObjectNotFoundException extends Exception
Thrown when an object could not found in the database where it was expected.
See Also:
  • Constructor Details

    • ObjectNotFoundException

      public ObjectNotFoundException(String msg)
      Creates a new ObjectNotFoundException object.
      Parameters:
      msg - ...