JusFree commented on issue #14426:
URL: https://github.com/apache/dubbo/issues/14426#issuecomment-2238072295

   > 看起来有人正在尝试解决这个问题#14417
   
   There are some differences. #14417 deals with cross-language exceptions, 
while my issue concerns custom exceptions between Java services. In the 
ExceptionFilter, when the same exception is defined within the same directory 
as the API, it can be thrown directly. However, when the API and the exception 
class are not in the same package, the exception is uniformly wrapped as a 
RuntimeException.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to