@Version("1.0")
Package com.ibm.websphere.ce.cm
-
Exception Summary Exception Description ConnectionWaitTimeoutException Used as a chained exception when unable to allocate a connection before the connection timeout is reached.DuplicateKeyException Indicates when a duplicate key exception is thrown from the database.ObjectClosedException A subclass of StaleConnectionException.PortableSQLException Abtract base class for Portability Layer generic exception hierarchy; the Portability Layer attempts to map database-specific exceptions into one of the subclasses of PortableSQLException.StaleConnectionException Indicates that the connection has somehow become damaged and should be discarded (e.g.StaleStatementException StaleStatementException is a special type of StaleConnectionException, used internally, which signals that all cached statements are bad and should be destroyed.