The Business process error is common but lines below are coming from your invalidpluginexecutionexception which is "ISV Code aborted the operation". which simply means the your exception method is working. Are you expecting something else. ? To verify that your exception is working and fine , try and put a custom message (throw new InvalidPluginExecutionException("meesage here......"); you should now focus on debugging and find the culprit line in the code.
↧