Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create an interface implemented by both ExecutionException and TimeoutException. #24

Open
koden-km opened this issue Jan 20, 2017 · 0 comments

Comments

@koden-km
Copy link
Member

koden-km commented Jan 20, 2017

The goal is to have a single type that can be caught to handle runtime errors while making an RPC call.

This doesn't include "invalid argument", "invalid message" or "unknown procedure" errors, as those are classed as logic errors that should result in a code change.

@jmalloc jmalloc changed the title Create new exception or exception interface to combine ExecutionException and TimeoutException Create an interface implemented by both ExecutionException and TimeoutException. Jan 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant