|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.marklogic.xdbc.XDBCException
com.marklogic.xdbc.XDBCWarning
An XDBCWarning provides information on database access warnings and other non-fatal runtime situations.
Warnings are silently chained together in the order in which they are reported by the XDBC driver.
It is the responsibility of the application to check and handle XDBCWarnings if it is interested.
| Constructor Summary | |
XDBCWarning()
Constructs an XDBCWarning |
|
XDBCWarning(String message)
Constructs an XDBCWarning with a specified message. |
|
XDBCWarning(String message,
Throwable cause)
Constructs an XDBCWarning with a specified message and cause. |
|
| Method Summary | |
XDBCWarning |
getNextWarning()
Retrieves the warning chained to this XDBCWarning. |
void |
setNextWarning(XDBCWarning ex)
Links this XDBCWarning to a specified XDBCWarning |
| Methods inherited from class com.marklogic.xdbc.XDBCException |
getNextException, setNextException, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public XDBCWarning()
public XDBCWarning(String message)
message - the string specifying the exception condition
public XDBCWarning(String message,
Throwable cause)
message - the string specifying the warningconditioncause - the throwable cause object for the warning.| Method Detail |
public XDBCWarning getNextWarning()
public void setNextWarning(XDBCWarning ex)
ex - the XDBCWarning to link this object to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||