public class CJPacketTooBigException extends CJException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
exceptionMessage| Constructor and Description |
|---|
CJPacketTooBigException() |
CJPacketTooBigException(long packetSize,
long maximumPacketSize)
Creates a new CJPacketTooBigException object.
|
CJPacketTooBigException(java.lang.String message) |
CJPacketTooBigException(java.lang.String message,
java.lang.Throwable cause) |
CJPacketTooBigException(java.lang.Throwable cause) |
appendMessage, getMessage, getSQLState, getVendorCode, isTransient, setSQLState, setTransient, setVendorCodeprivate static final long serialVersionUID
public CJPacketTooBigException()
public CJPacketTooBigException(java.lang.String message)
public CJPacketTooBigException(java.lang.Throwable cause)
public CJPacketTooBigException(java.lang.String message,
java.lang.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