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

com.mysql.jdbc.exceptions.jdbc4
Class MySQLIntegrityConstraintViolationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by java.sql.SQLNonTransientException
                  extended by java.sql.SQLIntegrityConstraintViolationException
                      extended by com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<java.lang.Throwable>

public class MySQLIntegrityConstraintViolationException
extends java.sql.SQLIntegrityConstraintViolationException

See Also:
Serialized Form

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

Constructor Detail

MySQLIntegrityConstraintViolationException

public MySQLIntegrityConstraintViolationException()

MySQLIntegrityConstraintViolationException

public MySQLIntegrityConstraintViolationException(java.lang.String reason,
                                                  java.lang.String SQLState,
                                                  int vendorCode)

MySQLIntegrityConstraintViolationException

public MySQLIntegrityConstraintViolationException(java.lang.String reason,
                                                  java.lang.String SQLState)

MySQLIntegrityConstraintViolationException

public MySQLIntegrityConstraintViolationException(java.lang.String reason)

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