Class SchedulerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.imixs.workflow.exceptions.WorkflowException
-
- org.imixs.workflow.engine.scheduler.SchedulerException
-
- All Implemented Interfaces:
Serializable
public class SchedulerException extends WorkflowException
The SchedulerException is thrown from the generic scheduler service- Author:
- rsoika
- See Also:
org.imixs.workflow.engine.scheduler.GenericScheduelrService
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
errorCode
protected String
errorContext
static String
INVALID_MODELVERSION
static String
INVALID_PROCESSID
static String
INVALID_WORKITEM
-
Constructor Summary
Constructors Constructor Description SchedulerException(String aErrorCode, String message)
SchedulerException(String aErrorCode, String message, Exception e)
SchedulerException(String aErrorContext, String aErrorCode, String message)
SchedulerException(String aErrorContext, String aErrorCode, String message, Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setErrorCode(String errorCode)
-
Methods inherited from class org.imixs.workflow.exceptions.WorkflowException
getErrorCode, getErrorContext, setErrorContext
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
INVALID_MODELVERSION
public static final String INVALID_MODELVERSION
- See Also:
- Constant Field Values
-
INVALID_WORKITEM
public static final String INVALID_WORKITEM
- See Also:
- Constant Field Values
-
INVALID_PROCESSID
public static final String INVALID_PROCESSID
- See Also:
- Constant Field Values
-
errorContext
protected String errorContext
-
errorCode
protected String errorCode
-
-
Method Detail
-
setErrorCode
public void setErrorCode(String errorCode)
- Overrides:
setErrorCode
in classWorkflowException
-
-