'What client receives if exception happens in jersey server and exception mapper is not implemented at server

Consider there are two microservices A and B, both using glassfish jersey. If A call B, and there happens and exception at B but no exception mapper available to handle that at B.

What A will see in response in such a scenario?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source