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

net.dongliu.dbutils.exception.TooManyResultException Maven / Gradle / Ivy

There is a newer version: 6.0.2
Show newest version
package net.dongliu.dbutils.exception;

/**
 * Thrown when require single result but get more rows
 *
 * @author Liu Dong
 */
public class TooManyResultException extends UncheckedSQLException {
    public TooManyResultException(String msg) {
        super(msg);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy