|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
| 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.lang.RuntimeException
oracle.adfnmc.AdfNmcException
oracle.adfnmc.java.sql.SQLException
oracle.adfnmc.java.sql.SQLWarning
public class SQLWarning
An exception class that holds information about Database access warnings.
| Field Summary |
|---|
| Fields inherited from class oracle.adfnmc.java.sql.SQLException |
|---|
SQL_ERRORCODE_FILENOTFOUND |
| Fields inherited from class oracle.adfnmc.AdfNmcException |
|---|
CLASS_INSTANCE, PRIORITY_HIGH, PRIORITY_LOW, PRIORITY_MEDIUM |
| Constructor Summary | |
|---|---|
SQLWarning(java.lang.Class callingClass,
java.lang.String callingMethod)
Creates an SQLWarning object. |
|
SQLWarning(java.lang.Class callingClass,
java.lang.String callingMethod,
java.lang.String theReason)
Creates an SQLWarning object. |
|
SQLWarning(java.lang.Class callingClass,
java.lang.String callingMethod,
java.lang.String theReason,
java.lang.String theSQLState)
Creates an SQLWarning object. |
|
SQLWarning(java.lang.Class callingClass,
java.lang.String callingMethod,
java.lang.String theReason,
java.lang.String theSQLState,
int theErrorCode)
Creates an SQLWarning object. |
|
| Method Summary | |
|---|---|
SQLWarning |
getNextWarning()
Gets the SQLWarning chained to this SQLWarning object. |
void |
setNextWarning(SQLWarning w)
Chains a supplied SQLWarning to this SQLWarning. |
| Methods inherited from class oracle.adfnmc.java.sql.SQLException |
|---|
getErrorCode, getNextException, getSQLState, setNextException |
| Methods inherited from class oracle.adfnmc.AdfNmcException |
|---|
addLogMessage, addLogMessage, getCallerInfo, getCause, getPriority, getStringContent, getStringContent, isFatal, printLogMessages, setFatal, setInnerException, setPriority, toLogString, toString |
| Methods inherited from class java.lang.Throwable |
|---|
getMessage, printStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SQLWarning(java.lang.Class callingClass,
java.lang.String callingMethod)
public SQLWarning(java.lang.Class callingClass,
java.lang.String callingMethod,
java.lang.String theReason)
theReason -
public SQLWarning(java.lang.Class callingClass,
java.lang.String callingMethod,
java.lang.String theReason,
java.lang.String theSQLState)
theReason - the string to use as the Reason stringtheSQLState - the string to use as the SQLState string
public SQLWarning(java.lang.Class callingClass,
java.lang.String callingMethod,
java.lang.String theReason,
java.lang.String theSQLState,
int theErrorCode)
theReason - theSQLState - theErrorCode - | Method Detail |
|---|
public SQLWarning getNextWarning()
public void setNextWarning(SQLWarning w)
w - the SQLWarning to chain to this SQLWarning.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||