MySQL Connector/J size='-1'>5.1.6

com.mysql.jdbc.exceptions
Class MySQLStatementCancelledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by com.mysql.jdbc.exceptions.MySQLNonTransientException
                  extended by 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

Constructor Summary
MySQLStatementCancelledException()
           
MySQLStatementCancelledException(java.lang.String reason)
           
MySQLStatementCancelledException(java.lang.String reason, java.lang.String SQLState)
           
MySQLStatementCancelledException(java.lang.String reason, java.lang.String SQLState, int vendorCode)
           
 
Method Summary
 int getErrorCode()
           
 
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
 

Constructor Detail

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()
Method Detail

getErrorCode

public int getErrorCode()
Overrides:
getErrorCode in class java.sql.SQLException

MySQL Connector/J size='-1'>5.1.6