Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1226 - Uninitialized notification target

1226   Uninitialized notification target

Cause

This error occurs if your application code attempts to perform a beginNotification with a null value of the first parameter (theObj) to the method call (that is, the target of the notification has not been initialized).

Action

Ensure that your application code provides an object reference with the beginNotification method.