Hello Dubbo/Dubbogo Community,
In hessian2-go
(https://github.com/dubbogo/hessian2<https://github.com/dubbogo/hessian2/issues/53>),
we plan to support Java Exception. In hessian2-go, users should use
RegisterPOJO/RegisterPOJOs to register a go struct which is matching a JAVA
POJO class to parse java class. If not, hessian2-go can not unmarshal the java
exception steam bytes from hessian2-java. To handle Java Exception, hessian2-go
may be should build some popular Java Exceptions in this repo to help users.
The problem is that there are som many java exceptions! Our community
has built a [issue](https://github.com/dubbogo/hessian2/issues/53) to discuss
this topic. And there is no common conclusion now.
Pls reply this email to get more suggestions if u have a good idea.