public class CJPacketTooBigException extends CJException
| Modifier and Type | Field | Description |
|---|---|---|
private static long |
serialVersionUID |
exceptionMessage| Constructor | Description |
|---|---|
CJPacketTooBigException() |
|
CJPacketTooBigException(long packetSize,
long maximumPacketSize) |
Creates a new CJPacketTooBigException object.
|
CJPacketTooBigException(String message) |
|
CJPacketTooBigException(String message,
Throwable cause) |
|
CJPacketTooBigException(Throwable cause) |
appendMessage, getMessage, getSQLState, getVendorCode, isTransient, setSQLState, setTransient, setVendorCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public CJPacketTooBigException()
public CJPacketTooBigException(String message)
public CJPacketTooBigException(Throwable cause)
public CJPacketTooBigException(long packetSize,
long maximumPacketSize)
packetSize - the size of the packet that was going to be sentmaximumPacketSize - the maximum size the server will accept