Uses of Interface
org.camunda.bpm.engine.impl.errorcode.ExceptionCodeProvider
Packages that use ExceptionCodeProvider
-
Uses of ExceptionCodeProvider in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as ExceptionCodeProviderModifier 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.Methods in org.camunda.bpm.engine.impl.cfg that return ExceptionCodeProviderModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getBuiltinExceptionCodeProvider()
ProcessEngineConfigurationImpl.getCustomExceptionCodeProvider()
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type ExceptionCodeProviderModifier 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
Fields in org.camunda.bpm.engine.impl.interceptor declared as ExceptionCodeProviderModifier and TypeFieldDescriptionprotected ExceptionCodeProvider
ExceptionCodeInterceptor.builtinExceptionCodeProvider
protected ExceptionCodeProvider
ExceptionCodeInterceptor.customExceptionCodeProvider
Constructors in org.camunda.bpm.engine.impl.interceptor with parameters of type ExceptionCodeProviderModifierConstructorDescriptionExceptionCodeInterceptor
(ExceptionCodeProvider builtinExceptionCodeProvider, ExceptionCodeProvider customExceptionCodeProvider)