CWWIM3000W    The 'method_name' method was called but it was not implemented by 'class_name'.

Explanation

A method has been called on a class that does not implement the method.

Programmer response

Three corrective actions are: 1. Remove the calls to this method from the client code. 2. Catch the exceptions and handle them appropriately. 3. Implement the functionality.

Icon that indicates the type of topic Message topic

Terms and conditions for documentation | Feedback


Timestamp icon Last updated: March 30, 2016 13:35
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=vmm&topic=CWWIM3000W
File name: CWWIM3000W.html