Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1114 - The specified interface does not define this operation

1114   The specified interface does not define this operation

Cause

This error occurs if you attempt to register for a notification or arm a timer using an interface that does not include the sysNotification, userNotification, or timerEvent method.

Action

Modify the code to correct the problem or include the correct method in the interface.