Package org.jboss.jca.adapters.jdbc.spi
Interface ExceptionSorter
- All Known Implementing Classes:
AlwaysExceptionSorter,DB2ExceptionSorter,InformixExceptionSorter,ListExceptionSorter,MSSQLExceptionSorter,MySQLExceptionSorter,NullExceptionSorter,OracleExceptionSorter,PostgreSQLExceptionSorter,SybaseExceptionSorter
public interface ExceptionSorter
The ExceptionSorter interface allows for
java.sql.SQLException
evaluation to determine if an error is fatal.- Version:
- $Revision: 71554 $
- Author:
- David Jencks, Adrian Brock, <a href="mailto:wprice@redhat.com>Weston Price
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanEvaluates ajava.sql.SQLExceptionto determine if the error was fatal
-
Method Details
-
isExceptionFatal
Evaluates ajava.sql.SQLExceptionto determine if the error was fatal- Parameters:
e- thejava.sql.SQLException- Returns:
- whether or not the exception is vatal.
-