Class NullExceptionSorter
java.lang.Object
org.jboss.jca.adapters.jdbc.extensions.novendor.NullExceptionSorter
- All Implemented Interfaces:
Serializable,ExceptionSorter
Does not check the exception. Used if the named exception sorter cannot be instantiated.
- Version:
- $Revision: 75423 $
- Author:
- Adrian Brock, Weston Price
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEvaluates ajava.sql.SQLExceptionto determine if the error was fatal
-
Constructor Details
-
NullExceptionSorter
public NullExceptionSorter()Constructor
-
-
Method Details
-
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.
-