Product Information > JADE Error Messages and System Messages > 31700 through 31899 - Messaging Framework Errors > 31706 - String parameter has embedded null

31706   String parameter has embedded null

Cause

This error occurs if a string parameter contains a null character where none is expected. For example, if the fullName of a JadeGenericQueue instance class is used as a parameter, it is not permitted to contain an embedded null character.

Action

Correct your code.