Exceptions in the messaging client (clientrt) library.
- SUPObjectNotFoundException.h – thrown by the load: method for entities if the passed-in primary key is not found in the entity table.
- SUPPersistenceException.h
– may be thrown by methods that access the database. This may occur when application codes attempts to:
- Insert a new row in an MBO table using a duplicate key value.
- Execute a dynamic query that selects for attribute (column) names that do not exist in an MBO.