This is an automated email from the ASF dual-hosted git repository.

fjtiradosarti pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git


The following commit(s) were added to refs/heads/main by this push:
     new adfe488068 typo (#3775)
adfe488068 is described below

commit adfe488068a2521a75b779385f30300aa55db02c
Author: Matteo Fabbri <[email protected]>
AuthorDate: Fri Nov 15 16:14:00 2024 +0100

    typo (#3775)
---
 .../java/org/kie/kogito/process/ProcessInstanceExecutionException.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/api/kogito-api/src/main/java/org/kie/kogito/process/ProcessInstanceExecutionException.java
 
b/api/kogito-api/src/main/java/org/kie/kogito/process/ProcessInstanceExecutionException.java
index a535cbc9da..04d1732b43 100644
--- 
a/api/kogito-api/src/main/java/org/kie/kogito/process/ProcessInstanceExecutionException.java
+++ 
b/api/kogito-api/src/main/java/org/kie/kogito/process/ProcessInstanceExecutionException.java
@@ -36,7 +36,7 @@ public class ProcessInstanceExecutionException extends 
RuntimeException {
     }
 
     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;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to