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

com.jfirer.jsql.exception.NotSingleResultException Maven / Gradle / Ivy

package com.jfirer.jsql.exception;

public class NotSingleResultException extends RuntimeException
{

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

    public NotSingleResultException()
    {
        super("查询实体,存在超过1行的记录");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy