java > java.sql > java.sql.sqlintegrityconstraintviolationexception >

Class: java.sql.SQLIntegrityConstraintViolationException
    java.lang.Object
       java.lang.Throwable
               java.lang.Exception
                       java.sql.SQLException
                               java.sql.SQLNonTransientException
                                       java.sql.SQLIntegrityConstraintViolationException


public class SQLIntegrityConstraintViolationException extends SQLNonTransientException


FIELDS:

CONSTRUCTORS:
public SQLIntegrityConstraintViolationException()

public SQLIntegrityConstraintViolationException(String reason)

public SQLIntegrityConstraintViolationException(String reason, String SQLState)

public SQLIntegrityConstraintViolationException(String reason, String SQLState, int vendorCode)

public SQLIntegrityConstraintViolationException(Throwable cause)

public SQLIntegrityConstraintViolationException(String reason, Throwable cause)

public SQLIntegrityConstraintViolationException(String reason, String SQLState, Throwable cause)

public SQLIntegrityConstraintViolationException(String reason, String SQLState, int vendorCode, Throwable cause)


METHODS:

INHERITED METHODS:
getSQLState(), getErrorCode(), getNextException(), setNextException(java.sql.SQLException), iterator(), getMessage(), getLocalizedMessage(), getCause(), initCause(java.lang.Throwable), toString(), printStackTrace(), printStackTrace(java.io.PrintStream), printStackTrace(java.io.PrintWriter), fillInStackTrace(), getStackTrace(), setStackTrace(java.lang.StackTraceElement[]), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net