|
||||||||||
| 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
com.marklogic.xdbc.XDBCRuntimeException
An XDBCException provides information on a runtime exception that occurs during XDBC processing.
The information in the XDBCRuntimeException includes:
| Constructor Summary | |
XDBCRuntimeException()
Constructs an XDBCRuntimeException. |
|
XDBCRuntimeException(String message)
Constructs an XDBCRuntimeException with a specified message. |
|
XDBCRuntimeException(String message,
Throwable cause)
Constructs an XDBCRuntimeException with a specified message and cause. |
|
XDBCRuntimeException(XDBCException exception)
Constructs an XDBCRuntimeException from an XDBCException. |
|
| Method Summary | |
XDBCException |
getNextException()
Retrieves the exception chained to this XDBCRuntimeException. |
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 XDBCRuntimeException()
public XDBCRuntimeException(String message)
message - the string specifying the exception condition
public XDBCRuntimeException(String message,
Throwable cause)
message - the string specifying the exception conditioncause - the throwable cause object for the exceptionpublic XDBCRuntimeException(XDBCException exception)
exception - 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 | |||||||||