Class MySQLProtocolException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.shardingsphere.infra.util.exception.external.ShardingSphereExternalException
org.apache.shardingsphere.dialect.exception.SQLDialectException
org.apache.shardingsphere.dialect.exception.protocol.DatabaseProtocolException
org.apache.shardingsphere.db.protocol.mysql.exception.MySQLProtocolException
All Implemented Interfaces:
Serializable

public final class MySQLProtocolException extends org.apache.shardingsphere.dialect.exception.protocol.DatabaseProtocolException
MySQL protocol exception.
See Also:
  • Constructor Details

    • MySQLProtocolException

      public MySQLProtocolException(String reason, Object... args)