Class MaxAllowedPacketException

  • All Implemented Interfaces:
    Serializable

    public class MaxAllowedPacketException
    extends IOException
    Dedicate exception when error is due to sending packet with size > to server max_allowed_packet, that would cause server to drop connection
    See Also:
    Serialized Form
    • Constructor Detail

      • MaxAllowedPacketException

        public MaxAllowedPacketException​(String message,
                                         boolean mustReconnect)
        Constructor
        Parameters:
        message - error message
        mustReconnect - is connection state unsure
    • Method Detail

      • isMustReconnect

        public boolean isMustReconnect()
        Indicate that connection state is unsure
        Returns:
        must driver reconnect connection