com.mysql.jdbc.exceptions
Class MySQLTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
com.mysql.jdbc.exceptions.MySQLTransientException
com.mysql.jdbc.exceptions.MySQLTimeoutException
- All Implemented Interfaces:
- java.io.Serializable
public class MySQLTimeoutException
- extends MySQLTransientException
- See Also:
- Serialized Form
Methods inherited from class java.sql.SQLException |
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 |
MySQLTimeoutException
public MySQLTimeoutException(java.lang.String reason,
java.lang.String SQLState,
int vendorCode)
MySQLTimeoutException
public MySQLTimeoutException(java.lang.String reason,
java.lang.String SQLState)
MySQLTimeoutException
public MySQLTimeoutException(java.lang.String reason)
MySQLTimeoutException
public MySQLTimeoutException()
getErrorCode
public int getErrorCode()
- Overrides:
getErrorCode
in class java.sql.SQLException