public class CJCommunicationsException extends CJException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
exceptionMessage| Modifier | Constructor and Description |
|---|---|
|
CJCommunicationsException() |
|
CJCommunicationsException(java.lang.String message) |
|
CJCommunicationsException(java.lang.String message,
java.lang.Throwable cause) |
protected |
CJCommunicationsException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
CJCommunicationsException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
void |
init(PropertySet propertySet,
ServerSession serverSession,
PacketSentTimeHolder packetSentTimeHolder,
PacketReceivedTimeHolder packetReceivedTimeHolder) |
appendMessage, getMessage, getSQLState, getVendorCode, isTransient, setSQLState, setTransient, setVendorCodeprivate static final long serialVersionUID
public CJCommunicationsException()
public CJCommunicationsException(java.lang.String message)
public CJCommunicationsException(java.lang.String message,
java.lang.Throwable cause)
public CJCommunicationsException(java.lang.Throwable cause)
protected CJCommunicationsException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
public void init(PropertySet propertySet, ServerSession serverSession, PacketSentTimeHolder packetSentTimeHolder, PacketReceivedTimeHolder packetReceivedTimeHolder)