Custom ExceptionMapper for ProcessEngineException (custom exception response from REST)

Hello,

I would like to ask if it is possible to provide custome ExceptionMapper?

I’m using Camunda 7.10 and Spring 2.0.5 and I need to add extra information to response when exception occured. When the process is starting and exception occured (i.e. PropertyNotFoundException), response only contains exceptionType (usually RestException) and message. I have requirment to add extra data to this response.

Thanks!