com.mysql.jdbc.exceptions
Class MySQLNonTransientConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
com.mysql.jdbc.exceptions.MySQLNonTransientException
com.mysql.jdbc.exceptions.MySQLNonTransientConnectionException
- All Implemented Interfaces:
- java.io.Serializable
public class MySQLNonTransientConnectionException
- extends MySQLNonTransientException
- See Also:
- Serialized Form
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 |
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)