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

net.gdface.cassdk.JniException Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
/**   
* @Title: JNIException.java 
* @Package net.gdface.facedbsdk.local 
* @Description: TODO 
* @author guyadong   
* @date 2015年11月25日 下午2:38:18 
* @version V1.0   
*/
package net.gdface.cassdk;

/**
 * JNI接口抛出的异常
 * @author guyadong
 *
 */
public class JniException extends RuntimeException {
	private static final long serialVersionUID = -1635648067903740798L;

	public JniException() {
	}

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy