Class OracleExceptionSorter
- java.lang.Object
-
- org.jboss.jca.adapters.jdbc.extensions.oracle.OracleExceptionSorter
-
- All Implemented Interfaces:
Serializable,ExceptionSorter
public class OracleExceptionSorter extends Object implements ExceptionSorter, Serializable
OracleExceptionSorter.java Created: Fri Mar 14 21:54:23 2003- Version:
- 1.0
- Author:
- Andrey Demchenko, David Jencks, Weston Price
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OracleExceptionSorter()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 fatal
-
-
-
Method Detail
-
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.
-
-