java > java.sql > java.sql.sqlexception >

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


public class SQLException extends Exception implements Iterable


FIELDS:

CONSTRUCTORS:
public SQLException(String reason, String SQLState, int vendorCode)

public SQLException(String reason, String SQLState)

public SQLException(String reason)

public SQLException()

public SQLException(Throwable cause)

public SQLException(String reason, Throwable cause)

public SQLException(String reason, String sqlState, Throwable cause)

public SQLException(String reason, String sqlState, int vendorCode, Throwable cause)


METHODS:
public int getErrorCode()

public SQLException getNextException()

public String getSQLState()

public Iterator iterator()

public void setNextException(SQLException ex)


INHERITED METHODS:
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:
BatchUpdateException, SQLClientInfoException, SQLNonTransientException, SQLRecoverableException, SQLTransientException, SQLWarning, RowSetWarning, SerialException, SyncFactoryException, SyncProviderException,





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net