Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aritgithub authored Nov 13, 2024
1 parent c336146 commit f4c5483
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public ProcessInstanceExecutionException(String processInstanceId, String failed
}

public ProcessInstanceExecutionException(String processInstanceId, String failedNodeId, String errorMessage, Throwable rootCause) {
super("Process instance with id " + processInstanceId + " failed becuase of " + errorMessage, rootCause);
super("Process instance with id " + processInstanceId + " failed because of " + errorMessage, rootCause);
this.processInstanceId = processInstanceId;
this.failedNodeId = failedNodeId;
this.errorMessage = errorMessage;
Expand Down

0 comments on commit f4c5483

Please sign in to comment.