Class ListExceptionSorter
- java.lang.Object
-
- org.jboss.jca.adapters.jdbc.extensions.novendor.ListExceptionSorter
-
- All Implemented Interfaces:
Serializable,ExceptionSorter
public class ListExceptionSorter extends Object implements ExceptionSorter, Serializable
- Version:
- $Revision: 75423 $
- Author:
- John Lee
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListExceptionSorter()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisExceptionFatal(SQLException e)Evaluates ajava.sql.SQLExceptionto determine if the error was fatalvoidsetFatalExceptions(String s)set via10099,10100,10101> Set the fatal exceptions
-
-
-
Method Detail
-
setFatalExceptions
public void setFatalExceptions(String s)
set via10099,10100,10101> Set the fatal exceptions - Parameters:
s- The value
-
isExceptionFatal
public boolean isExceptionFatal(SQLException e)
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.
-
-