Class SubProcessError
java.lang.Object
org.chenile.jpautils.entity.BaseJpaEntity
org.chenile.orchestrator.process.model.payload.SubProcessError
- All Implemented Interfaces:
ChenileEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionFor capturing the message from a single, critical system/technical exception that caused a worker to crash.For capturing the stack trace from a critical exception for debugging.Fields inherited from class BaseJpaEntity
createdBy, createdTime, id, tenant, testEntity, version -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BaseJpaEntity
getCreatedBy, getCreatedTime, getId, getLastModifiedBy, getLastModifiedTime, getPrefix, getVersion, setCreatedBy, setCreatedTime, setId, setLastModifiedBy, setLastModifiedTime, setVersion
-
Field Details
-
processId
-
timeOfCompletion
-
exceptionMessage
For capturing the message from a single, critical system/technical exception that caused a worker to crash. -
stackTrace
For capturing the stack trace from a critical exception for debugging. -
errors
-
-
Constructor Details
-
SubProcessError
public SubProcessError()
-
-
Method Details