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

io.leopard.core.exception.NotFoundException Maven / Gradle / Ivy

There is a newer version: 0.9.12
Show newest version
package io.leopard.core.exception;

/**
 * 记录找不到(显示异常).
 * 
 * @author 阿海
 * 
 */
public class NotFoundException extends LeopardException {

	private static final long serialVersionUID = 1L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy