public class CJPacketTooBigException extends CJException
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, setVendorCodepublic 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