Error handling or disabling of engine

Hello
i am using a custom rabbitmq spring camunda application and i have error handling already implemented.
When sending messages to receive tasks it could be that there will be a mismatchingcorrelation exception which gets already handled by execution class (try/catch block) as you can see on the screenshot the green rendered box, but the engine itself seams to throw and error which i cannot disable (screenshot → red bordered box).

Is this possible to catch this error, disable it somehow?

Thanks in advance
Best regards Sebastian

java class for sending:

I read that i could use correlateAll() function to not produce the error but i am having a normal java class so no delegates…