Class ServerErrorExceptionMapper

java.lang.Object
org.ow2.authzforce.jaxrs.util.ServerErrorExceptionMapper
All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<jakarta.ws.rs.ServerErrorException>

@Provider public class ServerErrorExceptionMapper extends Object implements jakarta.ws.rs.ext.ExceptionMapper<jakarta.ws.rs.ServerErrorException>
JAX-RS ExceptionMapper for all 50X server errors
  • Constructor Details

    • ServerErrorExceptionMapper

      public ServerErrorExceptionMapper()
  • Method Details

    • toResponse

      public jakarta.ws.rs.core.Response toResponse(jakarta.ws.rs.ServerErrorException exception)
      Specified by:
      toResponse in interface jakarta.ws.rs.ext.ExceptionMapper<jakarta.ws.rs.ServerErrorException>