public class MySQLQueryInterruptedException
extends java.sql.SQLNonTransientException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
MySQLQueryInterruptedException() |
MySQLQueryInterruptedException(java.lang.String reason) |
MySQLQueryInterruptedException(java.lang.String reason,
java.lang.String SQLState) |
MySQLQueryInterruptedException(java.lang.String reason,
java.lang.String SQLState,
int vendorCode) |
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public MySQLQueryInterruptedException()
public MySQLQueryInterruptedException(java.lang.String reason,
java.lang.String SQLState,
int vendorCode)
public MySQLQueryInterruptedException(java.lang.String reason,
java.lang.String SQLState)
public MySQLQueryInterruptedException(java.lang.String reason)