public class SchedulerException
extends com.streamscape.sdo.IAbstractExceptionEvent
Title: Service Event Fabric Core
Description: Defines an exception thrown by the Scheduler
operations.
Copyright: Copyright (c) 2013
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EVENT_ID |
SEMANTIC_TYPE_NAME
DEFAULT_SERIAL_VERSION_ID
Constructor and Description |
---|
SchedulerException(int errorCode,
java.lang.String message) |
SchedulerException(int errorCode,
java.lang.String message,
java.lang.Throwable cause) |
SchedulerException(int errorCode,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
TaskListExecution |
getExecution()
Returns an object containing information about execution of the task list (and its tasks).
|
java.lang.String |
getJobName()
Returns a name the job associated with the exception.
|
java.lang.String |
getListName()
Returns a name the task list associated with the exception.
|
java.lang.String |
getTaskName()
Returns a name the task associated with the exception.
|
canConvertEventProperty, clearEventProperties, clone, equals, existsEventProperty, getCorrelationId, getCorrelationIdAsBytes, getDurable, getErrorCode, getErrorCodeAsString, getErrorMessage, getErrorPrefix, getEventBigDecimalProperty, getEventBooleanProperty, getEventByteProperty, getEventDoubleProperty, getEventFloatProperty, getEventGroupId, getEventId, getEventIntProperty, getEventKey, getEventLongProperty, getEventObjectProperty, getEventPropertyNames, getEventPropertyType, getEventShortProperty, getEventSink, getEventSource, getEventStringProperty, getReplyTo, getSerialVersionUID, getSeverity, getTimestamp, getTransmitAccess, isCoalesced, removeEventProperty, resetReplyTo, setCorrelationId, setCorrelationIdAsBytes, setDurable, setErrorCode, setEventBigDecimalProperty, setEventBigDecimalProperty, setEventBooleanProperty, setEventByteProperty, setEventDoubleProperty, setEventFloatProperty, setEventGroupId, setEventIntProperty, setEventKey, setEventLongProperty, setEventObjectProperty, setEventShortProperty, setEventSink, setEventStringProperty, setReplyTo, setSeverity, toString
public static final java.lang.String EVENT_ID
public SchedulerException(int errorCode, java.lang.String message)
public SchedulerException(int errorCode, java.lang.Throwable cause)
public SchedulerException(int errorCode, java.lang.String message, java.lang.Throwable cause)
public java.lang.String getJobName()
public java.lang.String getListName()
public java.lang.String getTaskName()
public TaskListExecution getExecution()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.