All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zhuang.data.exception.GetConnectionException Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
package com.zhuang.data.exception;

public class GetConnectionException extends RuntimeException {

	private static final long serialVersionUID = -2631261586237684157L;

	public GetConnectionException() {
		super();
	}

	public GetConnectionException(String s) {
		super(s);
	}

	public GetConnectionException(String s,Throwable cause) {
		super(s,cause);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy