Package org.camunda.bpm.engine.rest.exception
-
Class Summary Class Description ExceptionHandler Translates anyThrowable
to a HTTP 500 error and a JSON response.ExceptionHandlerHelper ExceptionLogger JsonMappingExceptionHandler JsonParseExceptionHandler ProcessEngineExceptionHandler Translates anyProcessEngineException
to a HTTP 500 error and a JSON response.RestExceptionHandler TranslatesRestException
s to error responses according to the status that is set in the exception. -
Exception Summary Exception Description InvalidRequestException This exception is used for any kind of errors that occur due to malformed parameters in a Http query.RestException