Class AlwaysExceptionSorter
java.lang.Object
org.jboss.jca.adapters.jdbc.extensions.novendor.AlwaysExceptionSorter
- All Implemented Interfaces:
Serializable,ExceptionSorter
AlwaysExceptionSorter
- Author:
- Jesper Pedersen
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEvaluates ajava.sql.SQLExceptionto determine if the error was fatal
-
Constructor Details
-
AlwaysExceptionSorter
public AlwaysExceptionSorter()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.
-