org.jboss.jca.adapters.jdbc.extensions.mysql
Class MySQLExceptionSorter
java.lang.Object
org.jboss.jca.adapters.jdbc.extensions.mysql.MySQLExceptionSorter
- All Implemented Interfaces:
- Serializable, ExceptionSorter
public class MySQLExceptionSorter
- extends Object
- implements ExceptionSorter, Serializable
MySQLExceptionSorter
This is a basic exception sorter for the MySQL RDBMS. All error
codes are taken from the MySQL Connector Java 3.0.16 SQLError class.
- Author:
- Ulf Schroeter
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MySQLExceptionSorter
public MySQLExceptionSorter()
- 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/)