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

net.gdface.sdk.fse.JNIException Maven / Gradle / Ivy

There is a newer version: 4.0.2
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.sdk.fse;

/**
 * @author guyadong
 *
 */
public class JNIException extends RuntimeException {
	private static final long serialVersionUID = -1635648067903740798L;

	public JNIException() {
	}

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy