public class SQLQueryException
extends com.streamscape.sdo.IAbstractExceptionEvent
Title: Structured Data Objects
Description: This is an exception thrown by the SQL Query Object
typically
as a result of a configuration or I/O error.
DatabaseSQLException
id thrown by factory methods when actual database operations fail. This exception
occurs during object usage but not necessarily database access.
Copyright: Copyright (c) 2010
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 |
---|
SQLQueryException(int errorCode,
java.lang.String message) |
SQLQueryException(int errorCode,
java.lang.String message,
Severity severity) |
SQLQueryException(int errorCode,
java.lang.String message,
java.lang.Throwable cause) |
SQLQueryException(int errorCode,
java.lang.String message,
java.lang.Throwable cause,
Severity severity) |
SQLQueryException(int errorCode,
java.lang.Throwable cause) |
SQLQueryException(int errorCode,
java.lang.Throwable cause,
Severity severity) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConnectionName()
Returns the connection name of ther exception.
|
void |
setConnectionName(java.lang.String connName)
Sets the specified connection name.
|
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 SQLQueryException(int errorCode, java.lang.String message)
public SQLQueryException(int errorCode, java.lang.Throwable cause)
public SQLQueryException(int errorCode, java.lang.String message, java.lang.Throwable cause)
public SQLQueryException(int errorCode, java.lang.String message, Severity severity)
public SQLQueryException(int errorCode, java.lang.Throwable cause, Severity severity)
public SQLQueryException(int errorCode, java.lang.String message, java.lang.Throwable cause, Severity severity)
public void setConnectionName(java.lang.String connName)
connName
- the connection name to be set.SDORuntimeException
- if the event is coalesced (locked for editing).public java.lang.String getConnectionName()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.