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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.imixs.workflow.exceptions.WorkflowException
params -
Constructor Summary
ConstructorsConstructorDescriptionSchedulerException(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, setErrorParametersMethods 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:
setErrorCodein classWorkflowException
-