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

Adding Custom ActorMethodInvocationException and throw this new exception #45

Merged
merged 4 commits into from
Sep 2, 2019

Conversation

shalabhms
Copy link
Contributor

Fix for Issue 37

To fix the issue for preserving the remote service side method invocation call stack, created the custom exception class.

ActorMethodInvocationException class will be thrown by passing the inner exception which is the serialized exception from user service code.

Client is expected to catch the ActorMethodInvocationException and checking its Inner Exception to make the decision.

@shalabhms shalabhms self-assigned this Sep 2, 2019
@amanbha amanbha merged commit 719b411 into master Sep 2, 2019
@amanbha amanbha deleted the customException branch September 2, 2019 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants