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

org.bcos.contract.tools.CNSException Maven / Gradle / Ivy

There is a newer version: 2.6.6
Show newest version
package org.bcos.contract.tools;

/**
 *
 */
public class CNSException extends Exception {
	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	public CNSException(String msg) {
		super(msg);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy