io.leopard.core.exception.notfound.YyuidNotFoundException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of leopard-lang Show documentation
Show all versions of leopard-lang Show documentation
异常类、Util类、Leopard自定义的数据类型等
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