com.ibatis.sqlmap.engine.mapping.statement.LimitedRowException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ibatis-enhanced Show documentation
Show all versions of ibatis-enhanced Show documentation
some enhanced features added for ibatis.
package com.ibatis.sqlmap.engine.mapping.statement;
public class LimitedRowException extends RuntimeException {
public LimitedRowException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy