|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.sql.SQLException
org.sqlite.jdbc.JdbcSQLException
public class JdbcSQLException
Constructor Summary | |
---|---|
JdbcSQLException(int resultCode,
SWIGTYPE_p_sqlite3_stmt stmt)
|
|
JdbcSQLException(int resultCode,
SWIGTYPE_p_sqlite3 db)
|
|
JdbcSQLException(java.lang.String reason,
int vendorCode)
|
Method Summary | |
---|---|
static java.lang.String |
getSQLState(int errcode)
Convert SQLite result codes to SQL/99 SQLSTATE codes. |
Methods inherited from class java.sql.SQLException |
---|
getErrorCode, getNextException, getSQLState, 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 |
---|
public JdbcSQLException(java.lang.String reason, int vendorCode)
public JdbcSQLException(int resultCode, SWIGTYPE_p_sqlite3 db)
public JdbcSQLException(int resultCode, SWIGTYPE_p_sqlite3_stmt stmt)
Method Detail |
---|
public static java.lang.String getSQLState(int errcode)
errcode
- SQLite Result Codes
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |