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