Kanzi framework  3.9.1
Java API
ObjectNotFoundException Class Reference

Exception class to indicate that an Object was not found. More...

Inheritance diagram for ObjectNotFoundException:
[legend]

Public Member Functions

 ObjectNotFoundException (String errorMessage)
 Constructs a new ObjectNotFoundException. More...
 

Detailed Description

Exception class to indicate that an Object was not found.

Constructor & Destructor Documentation

◆ ObjectNotFoundException()

ObjectNotFoundException ( String  errorMessage)

Constructs a new ObjectNotFoundException.

Parameters
errorMessageThe exception error message.