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