public class PacketTooBigException
extends java.sql.SQLException
Constructor and Description |
---|
PacketTooBigException(long packetSize,
long maximumPacketSize)
Creates a new PacketTooBigException object.
|
PacketTooBigException(java.lang.String message) |
getErrorCode, getNextException, getSQLState, iterator, setNextException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PacketTooBigException(long packetSize, long maximumPacketSize)
packetSize
- the size of the packet that was going to be sentmaximumPacketSize
- the maximum size the server will acceptpublic PacketTooBigException(java.lang.String message)