Class GenericWorkflowErrorDetails
- java.lang.Object
-
- com.lexmark.saperion.exceptions.ErrorDetailsType
-
- com.lexmark.saperion.exceptions.application.GenericWorkflowErrorDetails
-
- All Implemented Interfaces:
java.io.Serializable
public class GenericWorkflowErrorDetails extends com.lexmark.saperion.exceptions.ErrorDetailsType
This error details describe generic workflow errors.- Author:
- jschwarz
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TYPE
-
Constructor Summary
Constructors Constructor Description GenericWorkflowErrorDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskReferenceType
getTaskReference()
java.lang.String
getType()
int
getWorkflowErrorCode()
void
setTaskReference(TaskReferenceType taskReference)
void
setWorkflowErrorCode(int workflowErrorCode)
java.lang.String
toString()
-
-
-
Field Detail
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTaskReference
public TaskReferenceType getTaskReference()
-
setTaskReference
public void setTaskReference(TaskReferenceType taskReference)
-
getWorkflowErrorCode
public int getWorkflowErrorCode()
-
setWorkflowErrorCode
public void setWorkflowErrorCode(int workflowErrorCode)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classcom.lexmark.saperion.exceptions.ErrorDetailsType
-
getType
public java.lang.String getType()
- Specified by:
getType
in classcom.lexmark.saperion.exceptions.ErrorDetailsType
-
-