|
||||||||||
| 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
An XDBCException provides information on an exception that occurs during XDBC processing.
The information in the XDBCException includes:
| Constructor Summary | |
XDBCException()
Constructs an XDBCException. |
|
XDBCException(String message)
Constructs an XDBCException with a specified message. |
|
XDBCException(String message,
Throwable cause)
Constructs an XDBCException with a specified message and cause. |
|
| Method Summary | |
XDBCException |
getNextException()
Retrieves the exception chained to this XDBCException. |
void |
setNextException(XDBCException ex)
Link this XDBCException to a specified other XDBCException |
String |
toString()
Returns a string representation of the object. |
| 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 XDBCException()
public XDBCException(String message)
message - the string specifying the exception condition
public XDBCException(String message,
Throwable cause)
message - the string specifying the exception conditioncause - the throwable cause object for the exception| Method Detail |
public XDBCException getNextException()
public void setNextException(XDBCException ex)
ex - the XDBCException to link this object to.public String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||