Exception Summary |
AttributeNotFoundException |
Exception that is thrown if the metadata for a particular event element or
attribute cannot be found. |
BadConnectionException |
Exception that is thrown if the WebSphere Application Server throws a StaleConnectionException. |
ConnectionTimeoutException |
Exception that is thrown if the data store is unable to obtain a connection
from the connection pool after the configured number of retries. |
DatabaseSpecificsImplCreationException |
Exception that is thrown whenever a DatabaseSpecifics implementation
class cannot be created. |
DataStoreIoException |
Exception that is thrown whenever an I/O error occurs when reading or
writing CLOB or BLOB data. |
DataStoreNamingException |
Exception that is thrown if the data store profile or the JDBC provider cannot
be found when performing a JNDI lookup. |
DataStoreSqlException |
Wrapper for SQLException instances that can be thrown by the JDBC driver. |
DataTypeMissingException |
Exception that is thrown if an event selector expression contains an
extended data element value but the value's data type is not specified in the
event selector expression. |
EventDoesNotExistException |
This exception is thrown when an event update request is sent to the data
store for an event that does not exist. |
ExtendedDataElementUpdateException |
This exception is thrown when an event update request is sent to the data
store to modify an extended data element and the parent extended data
element doesnt exist. |
InvalidXPathExpressionException |
Exception that is thrown when an XPath event selector expression that is not valid is
specified. |
PurgeThresholdExceededException |
Exception that is thrown if an event purge operation attempts to delete more
than the configured number of events in a single transaction. |
QueryThresholdExceededException |
Exception that is thrown if the number of events that are retrieved in a query has
exceeded the configured query threshold. |
RdbmsNotSupportedException |
Exception that is thrown if the JDBC provider for the data store is configured to use a
JDBC driver for an unsupported RDBMS platform or version. |
SeverityAlreadySetException |
This exception is thrown when an event update request is sent to the data
store to modify the severity attribute when the severity attribute is already set. |
TypeNotSearchableException |
Exception that is thrown if an XPath expression attempts to search on
hexBinary data elements or on the xsd:any elements. |
XPathFunctionNotSupportedException |
Exception that is thrown if an unsupported XPath function is used in an
event selector expression. |