Class InformixExceptionSorter
java.lang.Object
org.jboss.jca.adapters.jdbc.extensions.informix.InformixExceptionSorter
- All Implemented Interfaces:
Serializable,ExceptionSorter
InformixExceptionSorter.java
This is a basic exception sorter for the IBM INFORMIX 9.4 RDBMS. All error
codes are taken from the IBM INFORMIX JDBC driver programmer's guide of the
2.21.JC6 JDBC driver.
- Author:
- Ulf Schroeter
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEvaluates ajava.sql.SQLExceptionto determine if the error was fatal
-
Constructor Details
-
InformixExceptionSorter
public InformixExceptionSorter()Constructor
-
-
Method Details
-
isExceptionFatal
Evaluates ajava.sql.SQLExceptionto determine if the error was fatal- Specified by:
isExceptionFatalin interfaceExceptionSorter- Parameters:
e- thejava.sql.SQLException- Returns:
- whether or not the exception is vatal.
-