Why exception mapper not getting called in resource? #35058
-
Hello. Please see the resource below. I set to throw exception in post jut to test that exception mapper works, but it never get called. Instead i am getting "red screen" from quarks error message with stacktrace @RouteBase(path = "login", produces = APPLICATION_JSON)
} |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I was also trying to use mapper below, but it also never gets called
|
Beta Was this translation helpful? Give feedback.
-
Found the reason. when using reactive routes exception handlers are not called, rather it should be used as follow
|
Beta Was this translation helpful? Give feedback.
Found the reason. when using reactive routes exception handlers are not called, rather it should be used as follow