Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的TIBCOBW 项目中,我有一个进程,它有一些活动,如 mapper、http、jms 等,我也捕捉到了活动。但我想捕获由 HTTP 活动而不是其他活动错误创建的所有错误。请帮我解决这个问题。
TIBCO
我可以建议你两个解决方案。
第一个包括使用“错误”分支从 HTTP 活动中显式捕获异常
第二个是捕获HTTP活动异常抛出的不同异常(HTTP客户端异常、HTTP服务器异常、HTTP通信异常)