public class WorkflowRuntimeException extends RuntimeException
Constructor and Description |
---|
WorkflowRuntimeException(org.kie.api.runtime.process.NodeInstance nodeInstance,
org.kie.api.runtime.process.ProcessInstance processInstance,
Exception e) |
WorkflowRuntimeException(org.kie.api.runtime.process.NodeInstance nodeInstance,
org.kie.api.runtime.process.ProcessInstance processInstance,
String message) |
WorkflowRuntimeException(org.kie.api.runtime.process.NodeInstance nodeInstance,
org.kie.api.runtime.process.ProcessInstance processInstance,
String message,
Exception e) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
long |
getNodeId() |
long |
getNodeInstanceId() |
String |
getNodeName() |
String |
getProcessId() |
long |
getProcessInstanceId() |
Map<String,Object> |
getVariables() |
void |
setNodeId(long nodeId) |
void |
setNodeInstanceId(long nodeInstanceId) |
void |
setNodeName(String nodeName) |
void |
setProcessId(String processId) |
void |
setProcessInstanceId(long processInstanceId) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WorkflowRuntimeException(org.kie.api.runtime.process.NodeInstance nodeInstance, org.kie.api.runtime.process.ProcessInstance processInstance, String message)
public WorkflowRuntimeException(org.kie.api.runtime.process.NodeInstance nodeInstance, org.kie.api.runtime.process.ProcessInstance processInstance, String message, Exception e)
public WorkflowRuntimeException(org.kie.api.runtime.process.NodeInstance nodeInstance, org.kie.api.runtime.process.ProcessInstance processInstance, Exception e)
public long getProcessInstanceId()
public void setProcessInstanceId(long processInstanceId)
processInstanceId
- the processInstanceId to setpublic String getProcessId()
public void setProcessId(String processId)
processId
- the processId to setpublic long getNodeInstanceId()
public void setNodeInstanceId(long nodeInstanceId)
nodeInstanceId
- the nodeInstanceId to setpublic long getNodeId()
public void setNodeId(long nodeId)
nodeId
- the nodeId to setpublic String getNodeName()
public void setNodeName(String nodeName)
nodeName
- the nodeName to setpublic String getMessage()
getMessage
in class Throwable
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.