Class SybaseExceptionSorter
java.lang.Object
org.jboss.jca.adapters.jdbc.extensions.sybase.SybaseExceptionSorter
- All Implemented Interfaces:
Serializable,ExceptionSorter
SybaseExceptionSorter.java
Created: Wed May 12 11:46:23 2003
- Author:
- Corby Page, Andrey Demchenko, David Jencks
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEvaluates ajava.sql.SQLExceptionto determine if the error was fatal
-
Constructor Details
-
SybaseExceptionSorter
public SybaseExceptionSorter()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.
-