• 大小: 4.09MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-09-16
  • 语言: Java
  • 标签: mysql-java  

资源简介

mysql与java的连接压缩包,所占内存小,且是官网版本。

资源截图

代码片段和文件信息

/*
  Copyright (c) 2013 2014 Oracle and/or its affiliates. All rights reserved.

  The MySQL Connector/J is licensed under the terms of the GPLv2
   like most MySQL Connectors.
  There are special exceptions to the terms and conditions of the GPLv2 as it is applied to
  this software see the FOSS License Exception
  .

  This program is free software; you can redistribute it and/or modify it under the terms
  of the GNU General Public License as published by the Free Software Foundation; version 2
  of the License.

  This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY;
  without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  See the GNU General Public License for more details.

  You should have received a copy of the GNU General Public License along with this
  program; if not write to the Free Software Foundation Inc. 51 Franklin St Fifth
  Floor Boston MA 02110-1301  USA

 */

package com.mysql.fabric;

/**
 * Indicates an exceptional condition while communicating with a Fabric server.
 */
public class FabricCommunicationException extends Exception {

    private static final long serialVersionUID = 1L;

    public FabricCommunicationException(Throwable cause) {
        super(cause);
    }

    public FabricCommunicationException(String message) {
        super(message);
    }

    public FabricCommunicationException(String message Throwable cause) {
        super(message cause);
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\docs\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\com\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\com\mysql\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\com\mysql\fabric\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\com\mysql\fabric\hibernate\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\com\mysql\fabric\jdbc\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\com\mysql\fabric\proto\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\com\mysql\fabric\proto\xmlrpc\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\com\mysql\fabric\xmlrpc\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\com\mysql\fabric\xmlrpc\base\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\com\mysql\fabric\xmlrpc\exceptions\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\com\mysql\jdbc\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\com\mysql\jdbc\authentication\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\com\mysql\jdbc\configs\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\com\mysql\jdbc\exceptions\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\com\mysql\jdbc\exceptions\jdbc4\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\com\mysql\jdbc\integration\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\com\mysql\jdbc\integration\c3p0\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\com\mysql\jdbc\integration\jboss\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\com\mysql\jdbc\interceptors\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\com\mysql\jdbc\jdbc2\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\com\mysql\jdbc\jdbc2\optional\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\com\mysql\jdbc\jmx\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\com\mysql\jdbc\log\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\com\mysql\jdbc\profiler\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\com\mysql\jdbc\util\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\demo\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\demo\fabric\
     目录           0  2015-12-02 09:02  mysql-connector-java-5.1.38\src\demo\fabric\resources\
............此处省略396个文件信息

评论

共有 条评论

相关资源