AlbumenJ commented on issue #13403: URL: https://github.com/apache/dubbo/issues/13403#issuecomment-1833034272
> As org.apache.dubbo.rpc.RpcException extends from RuntimeException, the CustomizedSdkException which extends from RpcException should be also a child-exception of RuntimeException. So, an un-checked exception? 1. It is not recommended to extend RpcException 2. If such Exception is declared in the interface, Dubbo will not wrap it 3. Otherwise, you can specify `filter=-exception` to see if it is caused by Dubbo's exception wrap -- 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]
