org.jboss.resource.adapter.jdbc.vendor
Class InformixExceptionSorter
java.lang.Object
org.jboss.resource.adapter.jdbc.vendor.InformixExceptionSorter
- All Implemented Interfaces:
- Serializable, ExceptionSorter
public class InformixExceptionSorter
- extends Object
- implements ExceptionSorter, Serializable
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:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InformixExceptionSorter
public InformixExceptionSorter()
isExceptionFatal
public boolean isExceptionFatal(SQLException e)
- Specified by:
isExceptionFatal
in interface ExceptionSorter
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.