public class ExecutionError extends Object
This class is intended for internal usage within this module and should not
be passed to external clients via the WorkflowEngineFacade.
| Constructor and Description |
|---|
ExecutionError() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorDetails() |
String |
getErrorText() |
Long |
getRefNum() |
Long |
getWoinRefNum() |
Long |
getWoitRefNum() |
void |
setErrorDetails(String errorDetails) |
void |
setErrorText(String errorText) |
void |
setRefNum(Long refNum) |
void |
setWoinRefNum(Long woinRefNum) |
void |
setWoitRefNum(Long woitRefNum) |
public Long getRefNum()
public void setRefNum(Long refNum)
public Long getWoinRefNum()
public void setWoinRefNum(Long woinRefNum)
public Long getWoitRefNum()
public void setWoitRefNum(Long woitRefNum)
public String getErrorText()
public void setErrorText(String errorText)
public String getErrorDetails()
public void setErrorDetails(String errorDetails)
Copyright © 2018. All rights reserved.