Klasse SchedulerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.imixs.workflow.exceptions.WorkflowException
org.imixs.workflow.engine.scheduler.SchedulerException
- Alle implementierten Schnittstellen:
Serializable
The SchedulerException is thrown from the generic scheduler service
- Autor:
- rsoika
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Stringprotected Stringstatic final Stringstatic final Stringstatic final StringVon Klasse geerbte Felder org.imixs.workflow.exceptions.WorkflowException
params -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungSchedulerException(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) -
Methodenübersicht
Von Klasse geerbte Methoden org.imixs.workflow.exceptions.WorkflowException
formatErrorMessageWithParameters, getErrorCode, getErrorContext, getErrorParameters, setErrorContext, setErrorParametersVon Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Felddetails
-
INVALID_MODELVERSION
- Siehe auch:
-
INVALID_WORKITEM
- Siehe auch:
-
INVALID_PROCESSID
- Siehe auch:
-
errorContext
-
errorCode
-
-
Konstruktordetails
-
SchedulerException
-
SchedulerException
-
SchedulerException
-
SchedulerException
-
-
Methodendetails
-
setErrorCode
- Setzt außer Kraft:
setErrorCodein KlasseWorkflowException
-