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

tech.codingless.core.plugs.mybaties3.MybatiesException Maven / Gradle / Ivy

package tech.codingless.core.plugs.mybaties3;

public class MybatiesException extends RuntimeException {
	private static final long serialVersionUID = 1L;

	public MybatiesException(String code) {
		super(code);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy