MySQL Connector/J size='-1'>5.0.8

com.mysql.jdbc.integration.jboss
Class ExtendedMysqlExceptionSorter

java.lang.Object
  extended by MySQLExceptionSorter
      extended by com.mysql.jdbc.integration.jboss.ExtendedMysqlExceptionSorter

public final class ExtendedMysqlExceptionSorter
extends MySQLExceptionSorter

Exception sorter used for JBoss to make recovery of downed/stale connections work more consistently.

Version:
$Id: ExtendedMysqlExceptionSorter.java,v 1.1.2.1 2005/05/13 18:58:42 mmatthews Exp $

Constructor Summary
ExtendedMysqlExceptionSorter()
           
 
Method Summary
 boolean isExceptionFatal(java.sql.SQLException ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendedMysqlExceptionSorter

public ExtendedMysqlExceptionSorter()
Method Detail

isExceptionFatal

public boolean isExceptionFatal(java.sql.SQLException ex)

MySQL Connector/J size='-1'>5.0.8