Class WorkflowSoftErrorDescriptor

java.lang.Object
de.xima.fc.mdl.workflow.WorkflowSoftErrorDescriptor
All Implemented Interfaces:
IWorkflowSoftErrorDescriptor

public final class WorkflowSoftErrorDescriptor extends Object implements IWorkflowSoftErrorDescriptor
POJO implementation of IWorkflowSoftErrorDescriptor.
Since:
8.2.0
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • WorkflowSoftErrorDescriptor

      public WorkflowSoftErrorDescriptor(String message, Throwable cause, Consumer<IUnionValueBuilder> errorValue)
      Parameters:
      message - Message providing more details about the error.
      cause - The exception that caused the soft error. May be null when not caused by any exception.
      errorValue - Function that takes a value builder to create the error value.
  • Method Details