Class ListExceptionSorter
java.lang.Object
org.jboss.jca.adapters.jdbc.extensions.novendor.ListExceptionSorter
- All Implemented Interfaces:
Serializable,ExceptionSorter
- Version:
- $Revision: 75423 $
- Author:
- John Lee
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEvaluates ajava.sql.SQLExceptionto determine if the error was fatalvoidset via <config-property name="FatalExceptions">10099,10100,10101</> Set the fatal exceptions
-
Constructor Details
-
ListExceptionSorter
public ListExceptionSorter()Constructor
-
-
Method Details
-
setFatalExceptions
set via <config-property name="FatalExceptions">10099,10100,10101</> Set the fatal exceptions- Parameters:
s- The value
-
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.
-