Jersey

Jersey ExceptionMapper (standard exceptions) in RESTful web Service (java/ example)

In this post we are going to discuss about the exception mapper implementation using jersey framework. Exception handling is need for our applications. The jersey ExceptionMapper provide cross cutting concern, where in we can able to catch all application exception at one place. we do not need to handle the exceptions in each and every function. In this post, we will throw and catch following exceptions.

Scroll to Top