Uses of Interface
org.camunda.bpm.engine.impl.errorcode.ExceptionCodeProvider
-
Packages that use ExceptionCodeProvider Package Description org.camunda.bpm.engine.impl.cfg org.camunda.bpm.engine.impl.interceptor -
-
Uses of ExceptionCodeProvider in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as ExceptionCodeProvider Modifier and Type Field Description protected 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 ExceptionCodeProvider Modifier and Type Method Description ExceptionCodeProvider
ProcessEngineConfigurationImpl. getBuiltinExceptionCodeProvider()
ExceptionCodeProvider
ProcessEngineConfigurationImpl. getCustomExceptionCodeProvider()
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type ExceptionCodeProvider Modifier and Type Method Description void
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 ExceptionCodeProvider Modifier and Type Field Description protected ExceptionCodeProvider
ExceptionCodeInterceptor. builtinExceptionCodeProvider
protected ExceptionCodeProvider
ExceptionCodeInterceptor. customExceptionCodeProvider
Constructors in org.camunda.bpm.engine.impl.interceptor with parameters of type ExceptionCodeProvider Constructor Description ExceptionCodeInterceptor(ExceptionCodeProvider builtinExceptionCodeProvider, ExceptionCodeProvider customExceptionCodeProvider)
-