@Provider public class ProcessEngineExceptionHandler extends Object implements javax.ws.rs.ext.ExceptionMapper<ProcessEngineException>
Translates any ProcessEngineException to a HTTP 500 error and a JSON response.
 Response content format: {"type" : "ExceptionType", "message" : "some exception message"}
 
Provides dedicated exception handling for AuthorizationExceptions:
 The status code is always set to 403, "Forbidden" and details about the requested resource and
 violated permission are added to the response body
| Constructor and Description | 
|---|
| ProcessEngineExceptionHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected String | getStackTrace(Throwable aThrowable) | 
| javax.ws.rs.core.Response | toResponse(ProcessEngineException exception) | 
public javax.ws.rs.core.Response toResponse(ProcessEngineException exception)
toResponse in interface javax.ws.rs.ext.ExceptionMapper<ProcessEngineException>Copyright © 2018. All rights reserved.