Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.resource.adapter » jdbc » [javadoc | source]
org.jboss.resource.adapter.jdbc
public interface: ExceptionSorter [javadoc | source]

All Known Implementing Classes:
    PostgreSQLExceptionSorter, NullExceptionSorter, SybaseExceptionSorter, OracleExceptionSorter, InformixExceptionSorter, MySQLExceptionSorter, DB2ExceptionSorter

The ExceptionSorter interface allows for java.sql.SQLException evaluation to determine if an error is fatal.
Method from org.jboss.resource.adapter.jdbc.ExceptionSorter Summary:
isExceptionFatal
Method from org.jboss.resource.adapter.jdbc.ExceptionSorter Detail:
 public boolean isExceptionFatal(SQLException e)
    Evaluates a java.sql.SQLException to determine if the error was fatal