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
RestException
s 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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
toResponse
(RestException exception)
-
Constructor Details
-
RestExceptionHandler
public RestExceptionHandler()
-
-
Method Details
-
toResponse
- Specified by:
toResponse
in interfacejakarta.ws.rs.ext.ExceptionMapper<RestException>
-