Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1113 - Receiver does not implement the specified interface

1113   Receiver does not implement the specified interface

Cause

This error occurs if you attempt to register for a notification or arm a timer by using interface methods on an object that does not implement the specified interface.

Action

Modify the code to correct the problem, or check that the class of the object implements the interface before registering for the notification or arming the interface timer.