| Klasse java.sql.SQLException | 1.1 |
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.sql.SQLException
| Konstruktoren | |
|---|---|
| public | SQLException() |
| public | SQLException(String reason) |
| public | SQLException(String reason, String SQLState) |
| public | SQLException(String reason, String SQLState, int vendorCode) |
| Methoden | |
|---|---|
| public int | getErrorCode() |
| public SQLException | getNextException() |
| public String | getSQLState() |
| public synchronized void | setNextException(SQLException ex) |