vert-x3 / vertx-service-proxy

EventBus Proxy generation
Apache License 2.0
67 stars 58 forks source link

Improve Error handling in service proxies. #40

Closed dano closed 8 years ago

dano commented 8 years ago

Add a new ServiceException class that service implementations can return to their callers via a MessageCodec, instead of only passing the message contained in the exception to the caller.

Signed-off-by: Dan O'Reilly oreilldf@gmail.com

cescoffier commented 8 years ago

@dano did you signed the Eclipse CLA ?

The PR is ok for me.

dano commented 8 years ago

@cescoffier Yes, I have. Thanks!