public class FabricEventStreamException
extends com.streamscape.sdo.IAbstractExceptionEvent
Title: Service Event Fabric Core
Description: Defines an exception thrown if an event queue of a consumer reaches a maximal depth.
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 |
---|
FabricEventStreamException(EventConsumerReference consumer,
ImmutableEventDatagram event) |
FabricEventStreamException(int errorCode,
java.lang.String message) |
FabricEventStreamException(int errorCode,
java.lang.String message,
Severity severity) |
FabricEventStreamException(int errorCode,
java.lang.String message,
java.lang.Throwable cause) |
FabricEventStreamException(int errorCode,
java.lang.String message,
java.lang.Throwable cause,
Severity severity) |
FabricEventStreamException(int errorCode,
java.lang.Throwable cause) |
FabricEventStreamException(int errorCode,
java.lang.Throwable cause,
Severity severity) |
Modifier and Type | Method and Description |
---|---|
EventConsumerReference |
getConsumer()
Returns the consumer that caused this exception.
|
ImmutableEventDatagram |
getEvent()
Returns the event that caused this 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 FabricEventStreamException(int errorCode, java.lang.String message)
public FabricEventStreamException(int errorCode, java.lang.Throwable cause)
public FabricEventStreamException(int errorCode, java.lang.String message, java.lang.Throwable cause)
public FabricEventStreamException(int errorCode, java.lang.String message, Severity severity)
public FabricEventStreamException(int errorCode, java.lang.Throwable cause, Severity severity)
public FabricEventStreamException(int errorCode, java.lang.String message, java.lang.Throwable cause, Severity severity)
public FabricEventStreamException(EventConsumerReference consumer, ImmutableEventDatagram event)
public EventConsumerReference getConsumer()
public ImmutableEventDatagram getEvent()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.