net.gdface.sdk.fse.JNIException Maven / Gradle / Ivy
/**
* @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);
}
}