Hi,
I have developed a module for mail adapter.
In the module, sometimes I will throw ModuleException like this:
ModuleException me = new ModuleException("You are not allowed here!",e);
throw me;
But in channel monitor, I could only see the exception like this:
exception caught during processing mail message [8]com.sap.aii.af.lib.mp.module.ModuleException
I can't find "You are not allowed here!" in the channel monitor directly. I know I could find it in trace or auditlog, but, is it possible to display these words in channel monitor directly?
Thanks.
Mike