Class WorkflowException.WorkflowError
java.lang.Object
com.lexmark.saperion.exceptions.ErrorCodeType
com.lexmark.saperion.exceptions.ErrorConstantType
com.lexmark.saperion.exceptions.application.ApplicationException.ApplicationError
com.lexmark.saperion.exceptions.application.WorkflowException.WorkflowError
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- WorkflowException
public static class WorkflowException.WorkflowError
extends com.lexmark.saperion.exceptions.application.ApplicationException.ApplicationError
Error code implementation for application exceptions.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.lexmark.saperion.exceptions.ErrorConstantTypesetCodeMethods inherited from class com.lexmark.saperion.exceptions.ErrorCodeTypeequals, getCode, hashCode, toString
- 
Constructor Details- 
WorkflowErrorpublic WorkflowError(int code) Creates a new error with the given error value.- Parameters:
- code- the error code value
 
 
-