Exception Handling in a RESTful Web Service
In this blog post I am going to share with you how to handle Exceptions in your RESTFul Web Service API and how to return expected JSON Payload message back to a mobile application if an error takes place in your Java code. For that I am going to use the exception @Provider annotation and…
Read More Exception Handling in a RESTful Web Service