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

net.gdface.facelog.FaceApiRuntimeException Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
package net.gdface.facelog;

/**
 * 封装所有调用 FaceApi 相关方法时抛出的异常
 * @author guyadong
 *
 */
public class FaceApiRuntimeException extends RuntimeException {
	private static final long serialVersionUID = 1L;

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

	public FaceApiRuntimeException(Throwable cause) {
		super(cause);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy