|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.client.am.SQLExceptionFactory
public class SQLExceptionFactory
class to create SQLException
Constructor Summary | |
---|---|
SQLExceptionFactory()
|
Method Summary | |
---|---|
java.sql.SQLException |
getSQLException(java.lang.String message,
java.lang.String sqlState,
int errCode)
creates SQLException initialized with all the params received from the caller. |
static java.sql.SQLException |
notImplemented(java.lang.String feature)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SQLExceptionFactory()
Method Detail |
---|
public static java.sql.SQLException notImplemented(java.lang.String feature)
public java.sql.SQLException getSQLException(java.lang.String message, java.lang.String sqlState, int errCode)
|
Built on Thu 2010-12-23 20:49:13+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |