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

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

package io.leopard.core.exception;

/**
 * 记录已存在异常.
 * 
 * @author 阿海
 * 
 */
public class ExistException extends LeopardException {

	private static final long serialVersionUID = 1L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy