Exception Summary |
XPathFunctionNotSupportedException | Exception that is thrown if an unsupported XPath function is used in an
event selector expression. |
TypeNotSearchableException | Exception that is thrown if an XPath expression attempts to search on
hexBinary data elements or on the xsd:any elements. |
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. |
QueryThresholdExceededException | Exception that is thrown if the number of events that are retrieved in a query has
exceeded the configured query threshold. |
PurgeThresholdExceededException | Exception that is thrown if an event purge operation attempts to delete more
than the configured number of events in a single transaction. |
InvalidXPathExpressionException | Exception that is thrown when an XPath event selector expression that is not valid is
specified. |
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. |
DataStoreSqlException | Wrapper for SQLException instances that can be thrown by the JDBC driver. |
DataStoreNamingException | Exception that is thrown if the data store profile or the JDBC provider cannot
be found when performing a JNDI lookup. |
DataStoreIoException | Exception that is thrown whenever an I/O error occurs when reading or
writing CLOB or BLOB data. |
DatabaseSpecificsImplCreationException | Exception that is thrown whenever a DatabaseSpecifics implementation
class cannot be created. |
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. |
BadConnectionException | Exception that is thrown if the WebSphere Application Server throws a StaleConnectionException. |
AttributeNotFoundException | Exception that is thrown if the metadata for a particular event element or
attribute cannot be found. |
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. |
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. |
EventDoesNotExistException | This exception is thrown when an event update request is sent to the data
store for an event that does not exist. |