![JAR search and dependency download from the Maven repository](/logo.png)
net.dongliu.dbutils.exception.TooManyResultException Maven / Gradle / Ivy
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