public class XQException
extends java.lang.Exception
| Constructor and Description |
|---|
XQException(java.lang.String message) |
XQException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String vendorCode,
XQException nextException) |
| Modifier and Type | Method and Description |
|---|---|
(package private) XQException |
getNextException() |
(package private) java.lang.String |
getVendorCode() |
(package private) void |
setNextException(XQException next) |
public XQException(java.lang.String message)
public XQException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String vendorCode,
XQException nextException)
XQException getNextException()
java.lang.String getVendorCode()
void setNextException(XQException next)