资源简介
mysql-connector-java-5.1.40.tar
代码片段和文件信息
/*
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);
}
}
相关资源
- 408JSP医院住院管理系统.rar
- 407JSP电信业务管理系统.rar
- JAVAJSP农产品系统.rar
- JavaReadWriteXlsxFile.zip
- javaWebservice.rar
- SUBMAIL-JAVA-SDK-AND-DEMOS-master.zip
- yasea-v2.1.apk
- Effective_Java_2nd_Edition_中文和英文Book
- csdn.apk
- 内存工具.apk
- Android 完整的通讯录项目源码.zip
- 基于Android通讯录APP开发.zip
- javaSQL图书销售管理系统.zip
- J2EE_Spring_Stucts_Hibernate.pdf
- 网络相册系统源码
- 网上书店系统(jspservletsqlserver)130
- Java编程思想第三版(PDF).rar
- jsp新闻发布系统课程设计.zip
- Android虚拟视频工具.zip
- 1621java校车管理系统设计.zip
- 评教系统JSP.rar
- 火车订票系统cs版Byjava.zip
- javaweb程序设计任务教程全书源代码
- 326JSP毕业生管理系统.rar
- 319JSP汽车销售管理系统.rar
- java编程思想thinkinjava中英文第四版两
- JSPSQL网上书店销售系统论文系统.rar
- MX_ARMv_1030_1.9.9.apk
- 天下任我行_20190427080828.apk
- 微信聊天记录查看器.apk
评论
共有 条评论