Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1216 - Cannot invoke an abstract method

1216   Cannot invoke an abstract method

Cause

This error occurs if your application code attempts to invoke an abstract method. An abstract method has no code associated with it.

Action

You may need to change your application code so that you call a method in a subclass of the abstract class of this method.