Uses of Interface
org.camunda.bpm.engine.impl.errorcode.ExceptionCodeProvider
-
Uses of ExceptionCodeProvider in org.camunda.bpm.engine.impl.cfg
Modifier and TypeFieldDescriptionprotected ExceptionCodeProvider
ProcessEngineConfigurationImpl.builtinExceptionCodeProvider
Holds the default implementation ofExceptionCodeProvider
.protected ExceptionCodeProvider
ProcessEngineConfigurationImpl.customExceptionCodeProvider
Allows registering a custom implementation of aExceptionCodeProvider
allowing to provide custom exception codes.Modifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getBuiltinExceptionCodeProvider()
ProcessEngineConfigurationImpl.getCustomExceptionCodeProvider()
Modifier and TypeMethodDescriptionvoid
ProcessEngineConfigurationImpl.setBuiltinExceptionCodeProvider
(ExceptionCodeProvider builtinExceptionCodeProvider) void
ProcessEngineConfigurationImpl.setCustomExceptionCodeProvider
(ExceptionCodeProvider customExceptionCodeProvider) Setter to register a custom implementation of aExceptionCodeProvider
allowing to provide custom error codes. -
Uses of ExceptionCodeProvider in org.camunda.bpm.engine.impl.interceptor
Modifier and TypeFieldDescriptionprotected ExceptionCodeProvider
ExceptionCodeInterceptor.builtinExceptionCodeProvider
protected ExceptionCodeProvider
ExceptionCodeInterceptor.customExceptionCodeProvider
ModifierConstructorDescriptionExceptionCodeInterceptor
(ExceptionCodeProvider builtinExceptionCodeProvider, ExceptionCodeProvider customExceptionCodeProvider)