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

io.leopard.core.exception.notfound.YyuidNotFoundException Maven / Gradle / Ivy

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

import io.leopard.core.exception.NotFoundException;

/**
 * YYUID不存在.
 * 
 * @author 阿海
 * 
 */
public class YyuidNotFoundException extends NotFoundException {

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	public YyuidNotFoundException(long yyuid) {
		super("YY用户不存在[" + yyuid + "].");
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy