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
The SchedulerException is thrown from the generic scheduler service
- Author:
- rsoika
- See Also:
-
org.imixs.workflow.engine.scheduler.GenericScheduelrService
- Serialized Form
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
static final String
static final String
static final String
Fields inherited from class org.imixs.workflow.exceptions.WorkflowException
params
-
Constructor Summary
ConstructorDescriptionSchedulerException
(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
Methods inherited from class org.imixs.workflow.exceptions.WorkflowException
formatErrorMessageWithParameters, getErrorCode, getErrorContext, getErrorParameters, setErrorContext, setErrorParameters
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
INVALID_MODELVERSION
- See Also:
-
INVALID_WORKITEM
- See Also:
-
INVALID_PROCESSID
- See Also:
-
errorContext
-
errorCode
-
-
Constructor Details
-
SchedulerException
-
SchedulerException
-
SchedulerException
-
SchedulerException
-
-
Method Details
-
setErrorCode
- Overrides:
setErrorCode
in classWorkflowException
-