public class SchedulerException extends WorkflowException
engine.scheduler.GenericScheduelrService,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected String |
errorCode |
protected String |
errorContext |
static String |
INVALID_MODELVERSION |
static String |
INVALID_PROCESSID |
static String |
INVALID_WORKITEM |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
setErrorCode(String errorCode) |
getErrorCode, getErrorContext, setErrorContextaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String INVALID_MODELVERSION
public static final String INVALID_WORKITEM
public static final String INVALID_PROCESSID
protected String errorContext
protected String errorCode
public SchedulerException(String aErrorContext, String aErrorCode, String message)
public SchedulerException(String aErrorContext, String aErrorCode, String message, Exception e)
public void setErrorCode(String errorCode)
setErrorCode in class WorkflowExceptionCopyright © 2006–2019 Imixs Software Solutions GmbH. All rights reserved.