org.jboss.jca.adapters.jdbc.extensions.oracle
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OracleExceptionSorter
public OracleExceptionSorter()
- Constructor
isExceptionFatal
public boolean isExceptionFatal(SQLException e)
- Evaluates a
java.sql.SQLException to determine if
the error was fatal
- Specified by:
isExceptionFatal in interface ExceptionSorter
- Parameters:
e - the java.sql.SQLException
- Returns:
- whether or not the exception is vatal.
Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)