Package org.camunda.bpm.engine.rest.exception
package org.camunda.bpm.engine.rest.exception
-
ClassDescriptionTranslates any
Throwable
to a HTTP 500 error and a JSON response.This exception is used for any kind of errors that occur due to malformed parameters in a Http query.Translates anyProcessEngineException
to a HTTP 500 error and a JSON response.TranslatesRestException
s to error responses according to the status that is set in the exception.