public class FactoryManagerException
extends com.streamscape.sdo.IAbstractExceptionEvent
Title: Object Mediation Framework
Description: Defines an exception thrown by for Object Mediation Factories
operations.
Copyright: Copyright (c) 2009
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 |
---|
FactoryManagerException(int errorCode,
java.lang.String message) |
FactoryManagerException(int errorCode,
java.lang.String message,
Severity severity) |
FactoryManagerException(int errorCode,
java.lang.String message,
java.lang.Throwable cause) |
FactoryManagerException(int errorCode,
java.lang.String message,
java.lang.Throwable cause,
Severity severity) |
FactoryManagerException(int errorCode,
java.lang.Throwable cause) |
FactoryManagerException(int errorCode,
java.lang.Throwable cause,
Severity severity) |
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 FactoryManagerException(int errorCode, java.lang.String message)
public FactoryManagerException(int errorCode, java.lang.Throwable cause)
public FactoryManagerException(int errorCode, java.lang.String message, java.lang.Throwable cause)
public FactoryManagerException(int errorCode, java.lang.String message, Severity severity)
public FactoryManagerException(int errorCode, java.lang.Throwable cause, Severity severity)
public FactoryManagerException(int errorCode, java.lang.String message, java.lang.Throwable cause, Severity severity)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.