当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 connector API Documentation 英文版文档
MySQLExceptionSorter (JBoss Connector API) - JBoss 4.0.1 sp1 connector API Documentation 英文版文档
org.jboss.resource.adapter.jdbc.vendor
Class MySQLExceptionSorter
java.lang.Object
org.jboss.resource.adapter.jdbc.vendor.MySQLExceptionSorter
- All Implemented Interfaces:
- ExceptionSorter, Serializable
- public class MySQLExceptionSorter
- extends Object
- implements ExceptionSorter, Serializable
MySQLExceptionSorter.java
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()
isExceptionFatal
public boolean isExceptionFatal(SQLException e)
- Specified by:
isExceptionFatal
in interface ExceptionSorter
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.