Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
you can try handling the exception using ServerExceptionMapper Below is an example:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm using a ClientResponseFilter to handle my rest client logging needs, it works great except when there's an i/o exception, in this case, a ProcessingException is thrown and handled by the whoever is invoking the rest call. so I have 2 questions :
Thanks
Beta Was this translation helpful? Give feedback.
All reactions