MySQL Connector/J Reference
v8.0.33
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
private static long |
serialVersionUID |
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
Constructor Detail
-
CJPacketTooBigException
public CJPacketTooBigException(long packetSize,
long maximumPacketSize)
Creates a new CJPacketTooBigException object.
- Parameters:
packetSize - the size of the packet that was going to be sent
maximumPacketSize - the maximum size the server will accept
MySQL Connector/J Reference
v8.0.33
Copyright © 2016, 2023, Oracle and/or its affiliates.