public class SBonitaRuntimeException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
SBonitaRuntimeException(java.lang.String message) |
SBonitaRuntimeException(java.lang.String message,
java.lang.Throwable cause) |
SBonitaRuntimeException(java.lang.Throwable cause) |
public SBonitaRuntimeException(java.lang.Throwable cause)
public SBonitaRuntimeException(java.lang.String message,
java.lang.Throwable cause)
public SBonitaRuntimeException(java.lang.String message)
public java.util.Map<SExceptionContext,java.io.Serializable> getContext()
public void setProcessDefinitionIdOnContext(java.lang.Long id)
id - The identifier of the process definition to setpublic void setProcessDefinitionNameOnContext(java.lang.String name)
name - The name of the process definition to setpublic void setProcessDefinitionVersionOnContext(java.lang.String version)
version - The version of the process definition to setpublic void setProcessInstanceIdOnContext(java.lang.Long id)
id - The identifier of the process instance to setpublic void setRootProcessInstanceIdOnContext(java.lang.Long id)
id - The identifier of the root process instance to setpublic void setConnectorDefinitionIdOnContext(java.lang.String id)
id - The identifier of the connector definitionpublic void setConnectorDefinitionImplementationClassNameOnContext(java.lang.String name)
name - The class name of the implementation of the connector definition to setpublic void setConnectorDefinitionVersionOnContext(java.lang.String version)
version - The version of the connector definitionpublic void setConnectorActivationEventOnContext(java.lang.String activationEvent)
activationEvent - The event which activates the connector to setpublic void setConnectorInstanceIdOnContext(long id)
id - The identifier of the connector instance to setpublic void setFlowNodeDefinitionIdOnContext(long id)
id - The identifier of the flow node definition to setpublic void setFlowNodeInstanceIdOnContext(long id)
id - The identifier of the flow node instance to setpublic void setFlowNodeNameOnContext(java.lang.String name)
name - The name of the flow node to setpublic void setMessageInstanceNameOnContext(java.lang.String name)
name - The name of the message instance to setpublic void setMessageInstanceTargetProcessOnContext(java.lang.String name)
name - The target process name of the message instance to setpublic void setMessageInstanceTargetFlowNodeOnContext(java.lang.String name)
name - The target flow node name of the message instance to setpublic void setWaitingMessageEventTypeOnContext(java.lang.String eventType)
eventType - The event type of the waiting message instance to setpublic void setUserIdOnContext(long userId)
userId - The identifier of the userpublic java.lang.String getMessage()
getMessage in class java.lang.Throwable