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

com.mysql.jdbc.exceptions
Class MySQLNonTransientConnectionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.sql.SQLException
              extended bycom.mysql.jdbc.exceptions.MySQLNonTransientException
                  extended bycom.mysql.jdbc.exceptions.MySQLNonTransientConnectionException
All Implemented Interfaces:
java.io.Serializable

public class MySQLNonTransientConnectionException
extends MySQLNonTransientException

See Also:
Serialized Form

Constructor Summary
MySQLNonTransientConnectionException()
           
MySQLNonTransientConnectionException(java.lang.String reason)
           
MySQLNonTransientConnectionException(java.lang.String reason, java.lang.String SQLState)
           
MySQLNonTransientConnectionException(java.lang.String reason, java.lang.String SQLState, int vendorCode)
           
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MySQLNonTransientConnectionException

public MySQLNonTransientConnectionException()

MySQLNonTransientConnectionException

public MySQLNonTransientConnectionException(java.lang.String reason,
                                            java.lang.String SQLState,
                                            int vendorCode)

MySQLNonTransientConnectionException

public MySQLNonTransientConnectionException(java.lang.String reason,
                                            java.lang.String SQLState)

MySQLNonTransientConnectionException

public MySQLNonTransientConnectionException(java.lang.String reason)

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