Custom Groovy exception classes in SAP CPI

Plain throw new Exception() doesn’t cut it in real-world CPI scenarios. Sometimes you need more: is the error technical or functional? Should it carry a subject line or an error code? And when your Groovy script might throw different kinds of exceptions, how do you tell them apart?

 

​ Plain throw new Exception() doesn’t cut it in real-world CPI scenarios. Sometimes you need more: is the error technical or functional? Should it carry a subject line or an error code? And when your Groovy script might throw different kinds of exceptions, how do you tell them apart?   Read More Technology Blog Posts by Members articles 

#SAP

#SAPTechnologyblog

You May Also Like

More From Author