public class FabricEventException
extends com.streamscape.sdo.IAbstractExceptionEvent
Title: Structured Data Objects
Description: Defines an expection thrown when a FabricEventListener
experiences a problem.
Copyright: Copyright (c) 2011
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 |
---|
FabricEventException(int errorCode,
java.lang.String message) |
FabricEventException(int errorCode,
java.lang.String message,
Severity severity) |
FabricEventException(int errorCode,
java.lang.String message,
java.lang.Throwable cause) |
FabricEventException(int errorCode,
java.lang.String message,
java.lang.Throwable cause,
Severity severity) |
FabricEventException(int errorCode,
java.lang.Throwable cause) |
FabricEventException(int errorCode,
java.lang.Throwable cause,
Severity severity) |
FabricEventException(java.lang.String message) |
FabricEventException(java.lang.String message,
java.lang.Throwable cause) |
FabricEventException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
EventConsumerReference |
getConsumer() |
void |
setConsumer(EventConsumerReference consumer) |
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 FabricEventException(java.lang.String message)
public FabricEventException(java.lang.Throwable cause)
public FabricEventException(java.lang.String message, java.lang.Throwable cause)
public FabricEventException(int errorCode, java.lang.String message)
public FabricEventException(int errorCode, java.lang.Throwable cause)
public FabricEventException(int errorCode, java.lang.String message, java.lang.Throwable cause)
public FabricEventException(int errorCode, java.lang.String message, Severity severity)
public FabricEventException(int errorCode, java.lang.Throwable cause, Severity severity)
public FabricEventException(int errorCode, java.lang.String message, java.lang.Throwable cause, Severity severity)
public EventConsumerReference getConsumer()
public void setConsumer(EventConsumerReference consumer)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.