org.jboss.jca.adapters.jdbc.extensions.db2
Class DB2ExceptionSorter
java.lang.Object
org.jboss.jca.adapters.jdbc.extensions.db2.DB2ExceptionSorter
- All Implemented Interfaces:
- Serializable, ExceptionSorter
public class DB2ExceptionSorter
- extends Object
- implements ExceptionSorter, Serializable
A DB2ExceptionSorter current only supporting the Type 4 Universal driver.
Note, currently the DB2 JDBC developers guide only reports a few error codes.
The code -9999 implies that the condition does not have a related code.
TODO DB2 CLI
- Version:
- $Revision: 71554 $
- Author:
- Weston Price
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DB2ExceptionSorter
public DB2ExceptionSorter()
- Constructor
isExceptionFatal
public boolean isExceptionFatal(SQLException e)
- Evaluates a
java.sql.SQLException to determine if
the error was fatal
- Specified by:
isExceptionFatal in interface ExceptionSorter
- Parameters:
e - the java.sql.SQLException
- Returns:
- whether or not the exception is vatal.
Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)