Class RestExceptionHandler

java.lang.Object
org.camunda.bpm.engine.rest.exception.RestExceptionHandler
All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<RestException>

@Provider public class RestExceptionHandler extends Object implements jakarta.ws.rs.ext.ExceptionMapper<RestException>
Translates RestExceptions to error responses according to the status that is set in the exception. Response content format: {"type" : "ExceptionType", "message" : "some exception message"}
Author:
Thorben Lindhauer
  • Constructor Details

    • RestExceptionHandler

      public RestExceptionHandler()
  • Method Details

    • toResponse

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