Class ExceptionCodeInterceptor

java.lang.Object
org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
org.camunda.bpm.engine.impl.interceptor.ExceptionCodeInterceptor
All Implemented Interfaces:
CommandExecutor

public class ExceptionCodeInterceptor extends CommandInterceptor

A command interceptor to catch ProcessEngineException errors and assign error codes.

The interceptor assigns an error code to the ProcessEngineException based on the built-in or custom ExceptionCodeProvider.