Package com.ibm.websphere.ce.cm


@Version("1.0") package com.ibm.websphere.ce.cm
  • Exceptions
    Class
    Description
    Used as a chained exception when unable to allocate a connection before the connection timeout is reached.
    Indicates when a duplicate key exception is thrown from the database.
    A subclass of StaleConnectionException.
    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.
    Indicates that the connection has somehow become damaged and should be discarded (e.g.
    StaleStatementException is a special type of StaleConnectionException, used internally, which signals that all cached statements are bad and should be destroyed.