Package org.mariadb.jdbc.util.exceptions
Class MaxAllowedPacketException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.mariadb.jdbc.util.exceptions.MaxAllowedPacketException
-
- All Implemented Interfaces:
java.io.Serializable
public class MaxAllowedPacketException extends java.io.IOException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
mustReconnect
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description MaxAllowedPacketException(java.lang.String message, boolean mustReconnect)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isMustReconnect()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
mustReconnect
private final boolean mustReconnect
-
-