Uses of Class
com.ibm.websphere.ce.cm.PortableSQLException
-
Packages that use PortableSQLException Package Description com.ibm.websphere.ce.cm -
-
Uses of PortableSQLException in com.ibm.websphere.ce.cm
Subclasses of PortableSQLException in com.ibm.websphere.ce.cm Modifier and Type Class Description class
DuplicateKeyException
Indicates when a duplicate key exception is thrown from the database.class
ObjectClosedException
A subclass of StaleConnectionException.class
StaleConnectionException
Indicates that the connection has somehow become damaged and should be discarded (e.g.class
StaleStatementException
StaleStatementException is a special type of StaleConnectionException, used internally, which signals that all cached statements are bad and should be destroyed.
-