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

Transforms a RetryableException by feign (for example if a connection… #2

Merged
merged 1 commit into from
Jan 24, 2019

Conversation

stubents
Copy link
Collaborator

… error occures) into a MBDevApiException.

Also, rethrows the cause itself insted of the InvocationTargetException as this is a checked exception and will therefore always result in an UndeclaredThrowableException.

… error occures) into a MBDevApiException.

Also, rethrows the cause itself insted of the InvocationTargetException as this is a checked exception and will therefore always result in an UndeclaredThrowableException.
@stubents stubents requested a review from jenpet January 21, 2019 08:28
@jenpet jenpet merged commit 3507787 into master Jan 24, 2019
@jenpet jenpet deleted the EXCEPTIONS branch January 24, 2019 12:27
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