Class GenericWorkflowErrorDetails
java.lang.Object
com.lexmark.saperion.exceptions.ErrorDetailsType
com.lexmark.saperion.exceptions.application.GenericWorkflowErrorDetails
- All Implemented Interfaces:
Serializable
public class GenericWorkflowErrorDetails
extends com.lexmark.saperion.exceptions.ErrorDetailsType
This error details describe generic workflow errors.
- Author:
- jschwarz
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()
int
void
setTaskReference
(TaskReferenceType taskReference) void
setWorkflowErrorCode
(int workflowErrorCode) toString()
Methods inherited from class com.lexmark.saperion.exceptions.ErrorDetailsType
setType
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
GenericWorkflowErrorDetails
public GenericWorkflowErrorDetails()
-
-
Method Details
-
getTaskReference
-
setTaskReference
-
getWorkflowErrorCode
public int getWorkflowErrorCode() -
setWorkflowErrorCode
public void setWorkflowErrorCode(int workflowErrorCode) -
toString
- Overrides:
toString
in classcom.lexmark.saperion.exceptions.ErrorDetailsType
-
getType
- Specified by:
getType
in classcom.lexmark.saperion.exceptions.ErrorDetailsType
-