public class XProtocolError extends CJException
exceptionMessage| Constructor and Description |
|---|
XProtocolError(Mysqlx.Error msg) |
XProtocolError(java.lang.String message) |
XProtocolError(java.lang.String message,
java.lang.Throwable t) |
XProtocolError(XProtocolError fromOtherThread) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
java.lang.String |
getSQLState() |
appendMessage, getMessage, getVendorCode, isTransient, setSQLState, setTransient, setVendorCodepublic XProtocolError(java.lang.String message)
public XProtocolError(Mysqlx.Error msg)
public XProtocolError(XProtocolError fromOtherThread)
public XProtocolError(java.lang.String message,
java.lang.Throwable t)
public int getErrorCode()
public java.lang.String getSQLState()
getSQLState in class CJException