Skip to content
Snippets Groups Projects
Commit f815a6f7 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5387 adjust exception factory constructor

parent 5de56a26
No related branches found
No related tags found
No related merge requests found
......@@ -12,18 +12,16 @@ import de.ozgcloud.formcycle.OzgCloudConfig;
import de.ozgcloud.formcycle.OzgCloudPlugin;
import de.xima.fc.exceptions.NodeThrewException;
import de.xima.fc.interfaces.workflow.params.INodeThrewExceptionBuilder;
import lombok.AllArgsConstructor;
import lombok.RequiredArgsConstructor;
@RequiredArgsConstructor
@AllArgsConstructor
public class NodeThrewExceptionFactory {
public static final String KEY_EXCEPTION_ID = "exceptionId";
private final INodeThrewExceptionBuilder exceptionBuilder;
private final String pluginVersion;
private OzgCloudConfig pluginConfig;
private final OzgCloudConfig pluginConfig;
public NodeThrewException createInternalException(TechnicalException e) {
return exceptionBuilder
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment