| DispatcherExceptionAnalyzer |
Dispatcher exception analyzer analyzes exceptions thrown by the workflow dispatcher and determines how the exception is
handled.
|
| DispatcherExceptionHandling |
Controls how an exception should be handled by the dispatcher.
|
| DispatcherExceptionHandling.Builder |
Builder for exception handling settings.
|
| ExceptionHandling |
Controls how an exception should be handled.
|
| ExceptionHandling.Builder<T extends ExceptionHandling.Builder<T>> |
Builder for exception handling settings.
|
| StateProcessExceptionHandling |
Controls how an exception thrown by a state method should be handled by the workflow state processor.
|
| StateProcessExceptionHandling.Builder |
Builder for exception handling settings.
|
| StateSaveExceptionAnalyzer |
State save exception analyzer analyzes exceptions thrown while trying to save workflow state and determines how the exception
is handled.
|
| StateSaveExceptionHandling |
Controls how an exception thrown while trying to save the workflow instance state should be handled.
|
| StateSaveExceptionHandling.Builder |
Builder for exception handling settings.
|