com.mysql.jdbc.exceptions
Class MySQLTransientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
com.mysql.jdbc.exceptions.MySQLTransientException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- MySQLTimeoutException, MySQLTransactionRollbackException, MySQLTransientConnectionException
public class MySQLTransientException
- extends java.sql.SQLException
- 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 |
MySQLTransientException
public MySQLTransientException(java.lang.String reason,
java.lang.String SQLState,
int vendorCode)
MySQLTransientException
public MySQLTransientException(java.lang.String reason,
java.lang.String SQLState)
MySQLTransientException
public MySQLTransientException(java.lang.String reason)
MySQLTransientException
public MySQLTransientException()