Package com.ibm.websphere.ce.cm
Class PortableSQLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
com.ibm.websphere.ce.cm.PortableSQLException
- All Implemented Interfaces:
Serializable,Iterable<Throwable>
- Direct Known Subclasses:
DuplicateKeyException,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.
Mapping is typically performed based on the error code contained in the
original exception, though other mechanisms may be used, depending on the
behavior of the database.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
PortableSQLException
-