Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Handling errors using JAX-RS

Header Image

  1. Error handling in web services
    • This article covers common errors in web services, the use of HTTP status codes for error handling, and how to provide a better experience for users by handling errors appropriately.
  2. Using JAX-RS for error handling
    • This article covers how to handle errors in web services using JAX-RS, focusing on the topics of exception mapping and exception handling in filters and interceptors.

Table of contents